svg-inline-loader
svg-inline-loader copied to clipboard
Inline SVG loader with cleaning-up functionality
##### Compatibility issues - [ ] N/A ##### Commit message body ``` - Updates code style to Prettier - Updates engines - Updates peerDependencies - Enforces commit message formatting -...
Intended to be merged as a part of `1.0.0` on a beta `dist-tag` once this has been finished and properly tested. Further refactoring and test fixes are required to align...
Automatically add class name to `` tag from its svg file name. ### What does the proposed API look like? A file named **logo.svg** : ```xml ``` The options :...
Is there anyone who knows how to load svg files from index.html? This is how i try to load svg files in my html file: ```
I am very sorry - I do believe i had this working for me. But somehow - it have stopped working - and it gives me error like this you...
An SVG produced by Inkscape contains ``` ... ``` This is parsed as ``` ``` The closing tag is wrong which can cause various problems down the line, like the...
Does this library support server-side rendering with React? I can't find any usage examples.
So I had some issue figuring out how this was supposed to be used and I managed to make it work but I'm not it's the correct usage. I'm using...
This loader doesn't have an example provided in the documentation. It may be obvious to people using React and JSX but providing usage examples would clear up confusion. --- Happy...