jhamlet / svg-react-loader

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

Passing displayName configuration to the filters #117

Open d65yan opened 5 years ago

d65yan commented 5 years ago

There are certain filters that can benefit from high level configurations. A use case: prefix some inner node's properties with the file name to prevent collisions like in the case of masks and clip paths

d65yan commented 5 years ago

@jhamlet can you please look into this?