westracer / fontify

Converts SVG icons to OTF font and generates Flutter-compatible class. Provides an API and a CLI tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lowerCamelCase warnings

MichalNemec opened this issue · comments

Hello, upon building font from svgs, i have warnings in my project.

Danger Circle.svg -> danger_circle
DangerCircle.svg -> danger_circle

Could we have bool or something to format it to dangerCircle ?
Thanks!