0.0.2 • Published 4 years ago
typed-icon v0.0.2
type-icon
████████╗██╗ ██╗██████╗ ███████╗██████╗
╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗
██║ ╚████╔╝ ██████╔╝█████╗ ██║ ██║
██║ ╚██╔╝ ██╔═══╝ ██╔══╝ ██║ ██║
██║ ██║ ██║ ███████╗██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═════╝installation
npm i typed-icon
// or
yarn add typed-iconif you want add more svg
- add svg in
./svg - rollup bundling by
npm run build- it create cjs, esm and type definition files
- publish to npm by
npm publish