jhamlet / svg-react-loader

Webpack SVG to React Component Loader
MIT License
559 stars 82 forks source link

fix issue #15 #16

Closed gbk closed 8 years ago

gbk commented 8 years ago

Support JSON query.

?{json:5,data:{a:1}}   -> { json: 5, data: { a: 1 } }
gbk commented 8 years ago

Hello? I changed the code, can you merge this pr please?

Same of my project need this feature..