UNPKG
automotive-icons
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Icon fonts for an automotive app
github.com/pughpugh/automotive-icons
pughpugh/automotive-icons
automotive-icons
/
.fantasticonrc.js
10 lines
(9 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { inputDir:
'./svg'
,
// (required)
outputDir:
'./build'
,
// (required)
fontTypes: [
'ttf'
,
'woff'
,
'woff2'
], assetTypes: [
'ts'
,
'css'
,
'json'
,
'html'
], templates: { html:
'./templates/html.hbs'
} };