mapbox / spritezero

small opinionated sprites
Other
173 stars 62 forks source link

Support generate SDF icons #57

Open jingsam opened 6 years ago

jingsam commented 6 years ago

Mapbox-gl-js has support SDF icons for a long time, whereas there were no tools for generate SDF icons. SDF icons are useful because they are scaleable, colorable. Could you considering implement this feature as:

options.imgs = { svg: Buffer, id: String, sdf: Boolean }