Package io.github.kingsword09.symbolcraft.converter
See: Description
-
Class Summary Class Description IconNameTransformer Abstract base class for transforming icon file names into Kotlin class names. ConventionNameTransformer Naming transformer based on naming conventions. Svg2ComposeConverter SVG to Compose converter using the DevSrSouza/svg-to-compose libraryThis converter properly parses SVG files and generates Compose ImageVector code It supports both SVG and Android Vector Drawable formats -
Enum Summary Enum Description NamingConvention Naming conventions for icon class names. -
Object Summary Object Description NameTransformerFactory Factory for creating common name transformers.