Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Custom templates #25

Open
sibelius opened this issue Apr 23, 2017 · 0 comments
Open

Custom templates #25

sibelius opened this issue Apr 23, 2017 · 0 comments

Comments

@sibelius
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant