https://github.com/astronomersiva/svg-split-demo
https://github.com/astronomersiva/svg-split-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astronomersiva/svg-split-demo
- Owner: astronomersiva
- Created: 2022-10-30T09:32:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T10:26:59.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:49:05.738Z (3 months ago)
- Language: JavaScript
- Size: 218 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svg-split-demo
This is a demo app for how we split SVGs using our fork of [ember-svg-jar](https://github.com/astronomersiva/ember-svg-jar).
## Steps
* Add the following to your `ember-cli-build.js`
```
splitSvgs: [],
svgJar: {
isBundledWithVendor: false,
sourceDirs: ['public/svgs/'],
},
```
* Create an in-repo addon using `ember g in-repo-addon split-svgs`.
* The code for this can be seen [here](lib/split-svgs/index.js).