0.3.2 • Published 9 months ago

@db-ux/icon-font-tools v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Icon font tools

If you have some svg icons and want to use them as a font you can generate and modify woff2 files with these tools.

API

To check the complete CLI API goto API.

Config

All properties can be passed via a config file. We use cosmiconfig to fetch different config files:

By default, Cosmiconfig will check the current directory for the following:

- a package.json property
- a JSON or YAML, extensionless "rc file"
- an "rc file" with the extensions `.json`, `.yaml`, `.yml`, `.js`, `.ts`, `.mjs`, or `.cjs`
- any of the above two inside a `.config` subdirectory

More information