Kerem Sevencan
Kerem Sevencan
there's a new version of the plugin to make everything easier! https://github.com/keremciu/sketch-iconfont-web
@steveharman hi Steve, I planned to put FA Pro free fonts into main font-bundle but if you'd like to try by your own we talked in this issue after your...
@anthonycmain oh, we can add more fonts but not sure about having all of these ones into main font-bundle maybe I(or someone) can create a new one with all of...
I'm planning to add font-awesome 5 fonts, I will add ionicons v3 with them
@steveharman Oh okay, It works like a charm for me, I will try to figure out what's the problem with installation
is there gonna be a v3 really?
heyya! I created a tool which doesn't require to be installed, you can run it wherever you have nodejs installed. https://github.com/keremciu/adr-tool
you're welcome @pboling we use it at my company for long time, hopefully it can get better with more people adapting in their workflow and give feedback :) ✨
I can recommend trying my type-safe cli, it's super easy to try. I use it for long time and I welcome future ideas :) ```bash npx adr-tool init ```
problem is `onUpdateCallback` has to be passed, it's not optional with the current API. `onUpdateCallback={() => null}` this would fix the problem but I believe there should be a typescript...