Skip to content

Commit

Permalink
chore(resources): add @mcansh/vite-svg-sprite-plugin (#244)
Browse files Browse the repository at this point in the history
* chore(resources): add @mcansh/vite-svg-sprite-plugin

@mcansh/vite-svg-sprite-plugin is a vite plugin that will transform any imported svg files and combine them into an svg sprite sheet

* Update resources.yaml

---------

Co-authored-by: Brooks Lybrand <[email protected]>
  • Loading branch information
mcansh and brookslybrand authored Apr 3, 2024
1 parent 6fc5ec4 commit 5ad0a6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,9 @@
imgSrc: "https://opengraph.githubassets.com/8fadfa577649b2afb0e90d2882f1cfafac4832a5c307934bc9ceb7adf7b33787/saas-kits/remix-boilerplate"
initCommand: "pnpm create remix@latest --init-script --install --template saas-kits/remix-boilerplate"
category: "templates"

- title: "vite-svg-sprite-plugin"
repoUrl: "https://github.com/mcansh/vite-svg-sprite-plugin"
imgSrc: "https://opengraph.githubassets.com/1/mcansh/vite-svg-sprite-plugin"
initCommand: "npm install @mcansh/vite-svg-sprite-plugin"
category: "libraries"

0 comments on commit 5ad0a6d

Please sign in to comment.