spricon
v1.0.9
Published
A modern icon bundling powerhouse that transforms your SVG icons into an optimized sprite system with type-safe imports.
Downloads
459
Maintainers
Readme
🎨 Spricon (WIP)
A modern icon bundling powerhouse that transforms your SVG icons into an optimized sprite system with type-safe imports.
Transform this:
/icons
└── info.svg
└── arrow.svg
Into this:
import { InfoIcon, ArrowIcon } from './icons/generated'
Todo
- [x] add spriteName option
- [x] add hashSuffix option