2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-19 00:39:02 +00:00
iconify/packages/utils
2024-01-14 21:05:54 +02:00
..
src chore: add .gitattributes, fix docblock 2024-01-14 21:05:54 +02:00
tests chore: improve svg trim and prettify functions 2023-12-28 10:24:59 +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 Fix linting errors in utils 2022-03-16 10:58:02 +02:00
.eslintrc.cjs Fix linting errors in utils 2022-03-16 10:58:02 +02:00
.gitignore Update ignore files in utils 2022-03-16 11:04:16 +02:00
.npmignore Fix tsconfig in utils 2022-03-16 15:42:17 +02: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.config.ts Retrieve list of files to build from package.json exports in utils 2022-03-16 09:50:12 +02:00
license.txt chore: update readme files and license years 2023-05-31 22:04:11 +03:00
package.json chore: publish update for utils 2023-12-28 10:25:38 +02:00
readme.md chore: update readme files and license years 2023-05-31 22:04:11 +03:00
tsconfig.common.json chore: remove importsNotUsedAsValues from all tsconfig files 2023-04-01 20:41:40 +03:00
tsconfig.json Fix tsconfig in utils 2022-03-16 15:42:17 +02:00
vitest.config.cjs test: add vitest cjs 2022-03-04 14:52:08 +01:00
vitest.config.mjs Remove jest from utils package, use vitest only 2022-08-21 18:40:56 +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-PRESENT Vjacheslav Trushkin