package
Version:
v0.0.0-...-e747ebf
Opens a new window with list of versions in this module.
Published: Jul 13, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ReadAndConvertSVGFiles(rootDir, outputFilePath string) error
type Config struct {
CurrentVersion int16 `json:"currentVersion"`
}
Config struct to hold Mastodon and RSS feed details
type Entry struct {
Data string `json:"data"`
Width int `json:"w"`
Height int `json:"h"`
Title string `json:"title"`
}
type MxLibrary struct {
XMLName xml.Name `xml:"mxlibrary"`
Entries string `xml:",innerxml"`
}
type SVG struct {
XMLName xml.Name `xml:"svg"`
Width string `xml:"width,attr"`
Height string `xml:"height,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.