SVG Stencils is a community driven stencil library.
SVG Stencils provides stencils for app's like Inkscape. It uses the drag and drop ability of modern browsers. You can drag components directly to your desktop application.
All stencils, toolkits and components in SVG Stencils are open source and free to use commercially.
svg-stencils-promo.mp4
Read how to use SVG-Stencils and and how to create and add your stencils to the library.
SVG Stencils is made with NextJS and Mui.com. To help with development clone the repo.
[email protected]:svg-stencils/svg-stencils.github.io.git # Or your fork URI
cd svg-stencils.github.io
npm install
npm run dev
open http://localhost:3000
- Fork it ( https://github.com/svg-stencils/svg-stencils.github.io/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request