ember-inline-svg
ember-inline-svg copied to clipboard
Ember CLI addon to render SVG images inline
I'd like to be able to store the SVGs for a component within the component pod itself, much like [`ember-css-modules`](https://github.com/salsify/ember-css-modules) enabled for CSS files. Is this something you'd be interested...
In our application we see the following error: ``` [BABEL] Note: The code generator has deoptimised the styling of "my-app/svgs.js" as it exceeds the max of "100KB" ``` I believe...
Would be helpful in cases where we need to style the svg using dynamically generated values or values from an external source..
This isn't ready to be merged yet but I thought it would be a good place to collaborate on getting this next stage over the line. Current state is: -...
`ember-inline-svg` fails importing an svg from an addon's `public/` folder. I would like to inline an svg from an addon's `public/` folder both in the main app and in the...
When processing huge or lots of `.svg` files, the build time gets extremely slow with the default configuration. The problem vanishes, when the optimization is disabled: `optimize: false` This has...
If I would know how, I would have written these tests myself, but I couldn't find any resources on writing tests for error / exception handling with broccoli. So the...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...