sunflowerdeath / webfonts-generator

Generator of webfonts from svg icons
The Unlicense
271 stars 152 forks source link

Custom templates #25

Open sibelius opened 7 years ago

sibelius commented 7 years ago

https://github.com/Workshape/icon-font-generator is a tiny wrapper on top of this package

and it has to parse the css to generate a json file: https://github.com/Workshape/icon-font-generator/blob/master/lib/index.js#L117

this feel like a hacky

I would like to generate a .js code like this one: https://github.com/entria/react-native-fontawesome/blob/master/FontAwesomeIcons.js

const Icons = {
addressBook: "\uf2b9",
addressBookO: "\uf2ba",
addressCard: "\uf2bb",
addressCardO: "\uf2bc",
adjust: "\uf042",
adn: "\uf170",
alignCenter: "\uf037",
alignJustify: "\uf039",
alignLeft: "\uf036",
alignRight: "\uf038",
amazon: "\uf270",
}

it could make it easier to make it work on React Native