typed-icon
v0.0.2
Published
Typed Icon for business-canvas
Downloads
1
Readme
type-icon
████████╗██╗ ██╗██████╗ ███████╗██████╗
╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗
██║ ╚████╔╝ ██████╔╝█████╗ ██║ ██║
██║ ╚██╔╝ ██╔═══╝ ██╔══╝ ██║ ██║
██║ ██║ ██║ ███████╗██████╔╝
╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═════╝
installation
npm i typed-icon
// or
yarn add typed-icon
if 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