2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-09 23:00:56 +00:00
iconify/packages/utils
2022-03-04 11:32:32 -05:00
..
spec Do not add redundant displayHeight to converted icon set info in Utils 2022-02-05 21:22:42 +02:00
src Merge remote-tracking branch 'origin/userquin/feat-split-modern-loader' into next 2022-02-26 20:32:57 +02:00
tests Merge remote-tracking branch 'origin/userquin/feat-split-modern-loader' into next 2022-02-26 20:32:57 +02:00
.editorconfig Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
.eslintignore Build ES and CommonJS files for utils and core packages 2021-09-17 00:07:22 +03:00
.eslintrc.js chore: enabled eslint rule - prettier/prettier 2022-03-04 11:32:32 -05:00
.gitignore Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
.npmignore Fix bad npmignore in utils 2021-10-05 17:09:41 +03:00
.prettierrc Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
build.js Create script for building ES and CommonJS libraries, move Utils and Core to new build process, move Redundancy package to monorepo and refactor it 2021-09-20 12:59:16 +03:00
jest.config.js ES support for utils package 2021-09-20 23:53:49 +03:00
license.txt Split common functions from Core to Utils package, remove buble from build process and use spread operator 2021-05-24 13:25:02 +03:00
package-lock.json chore: updates deps and adds new deps to utils. 2022-03-04 10:32:30 -05:00
package.json chore: updates deps and adds new deps to utils. 2022-03-04 10:32:30 -05:00
readme.md Add main file to Utils 2021-11-13 21:25:38 +02:00
tsconfig-base.json ES support for utils package 2021-09-20 23:53:49 +03:00
tsconfig.json ES support for utils package 2021-09-20 23:53:49 +03:00

Iconify Utils

This is a set of helper functions that deal with Iconify icon sets.

Functions are split into a separate library because they are reused in many projects.

Installation

To install the library run this command:

npm install @iconify/utils --save

Documentation

Documentation is available at Iconify documentation website.

License

The library is released with MIT license.

© 2021 Vjacheslav Trushkin / Iconify OÜ