1.0.4 • Published 2 years ago

@ioiotv/ioio-kit-icons v1.0.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

ioio-kit-icons

This project is used to generate static assets from font awesome pro libraries, so that they can be later imported dynamically.

You do not need to do anything with this project

in order to use it, simply add a starting script inside your package.json as follows

"compile:icons": "npm i --no-save @ioiotv/ioio-kit-icons&&node node_modules/@ioiotv/ioio-kit-icons src/public/icons",

where the last argument is the path inside your project, where you want the assets to be places at.