package
Version:
v0.0.0-...-4e89918
Opens a new window with list of versions in this module.
Published: Dec 2, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Icon struct {
Id string `json:"id"`
Size int `json:"size"`
Layers []Layer `json:"layers"`
}
type Layer struct {
FileName string `json:"fileName"`
Offset Offset `json:"offset"`
Scale float64 `json:"scale"`
Size int `json:"size"`
Tint Color `json:"tint"`
}
type Offset struct {
X int `json:"x"`
Y int `json:"y"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.