package
0.0.0-20250123170056-14ecc76461ca
Repository: https://github.com/ddkwork/ux.git
Documentation: pkg.go.dev

# README

ivgconv

GoDoc Go Report Card License

ivgconv implements conversion between SVG and IconVG format.

Limitations

Only a subset of SVG is supported, and only a subset of IconVG is generated.

If the conversion fails, an error is returned.

Credits

The IconVG converter is based on gen.go which is licensed under the APACHE LICENSE, VERSION 2.0

# Functions

FromContent encodes the SVG file content as IconVG.
FromFile encodes the SVG file as IconVG.
WithExcludePath sets the list of paths to exclude from the IconVG image.
WithOutputSize sets the size of the IconVG image.

# Structs

No description provided by the author
ConverterOptions contains options for the SVG to IconVG converter.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Option is a function that configures a ConverterOptions.