0.0.2 • Published 2 years ago

typed-icon v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

type-icon

Typed - Your Second Brain

████████╗██╗   ██╗██████╗ ███████╗██████╗
╚══██╔══╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗
   ██║    ╚████╔╝ ██████╔╝█████╗  ██║  ██║
   ██║     ╚██╔╝  ██╔═══╝ ██╔══╝  ██║  ██║
   ██║      ██║   ██║     ███████╗██████╔╝
   ╚═╝      ╚═╝   ╚═╝     ╚══════╝╚═════╝

installation

npm i typed-icon
// or
yarn add typed-icon

if you want add more svg

  1. add svg in ./svg
  2. rollup bundling by npm run build
    • it create cjs, esm and type definition files
  3. publish to npm by npm publish