ImageParser
Parses SVG and Android Vector Drawable files into IconFileContents.
Composes file I/O (via FileManager) with content parsing (via ContentParser) to convert vector files on disk into domain models. The appropriate parser is selected from the injected contentParsers map based on the file's FileType.
Functions
Link copied to clipboard
Parses a file into an IconFileContents domain model.