DragonsInn / fontgen-loader

Automated webfont generation from SVG icons. Use with WebPack!
125 stars 42 forks source link

fix types declaration #14

Closed mrbar42 closed 8 years ago

mrbar42 commented 8 years ago

current parameter declaration does not work as expected due to incorrect query parsing: '?types=ttf,eot,woff,svg' -> { types: 'ttf', eot: true, woff: true, svg: true }

moved types to config and updated docs

IngwiePhoenix commented 8 years ago

Makes sense. Sorry for the confusion in the docs! Will merge and release an update ASAP.

IngwiePhoenix commented 8 years ago

0.2.0 is released.

Considering that types are no longer read from the query, I decided to make it a minor bump.