0.1.1 • Published 4 years ago

ikon v0.1.1

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

Ikon

Scripts to build webfont icons.

Install

npm install --save-dev ikon

Configuration

You can modify the default configuration using a file called .ikonrc at root of your project. Take a look at configuration example file:

{
  "dest": "./public/assets/fonts",
  "fontName": "iconfont-regular",
  "cssDest": "./public/assets/styles/icons.css",
  "cssTemplate": "./lib/templates/icons.css",
  "templateOptions": {
    "classPrefix": "i--",
    "baseSelector": ".i"
  }
}
0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

6 years ago