Search
Items tagged with: svg
Copypasta 🍝
github.com/friction2d/friction…
Support paste SVG from clipboard by rodlie · Pull Request #490 · friction2d/friction
Paste SVG from clipboard (Shift+ctrl/cmd+v). friction-svg-from-clipboard-2025-03-26_18.42.34.mp4 Only tested on Linux and macOS. NOTE: Inkscape and the clipboar...GitHub
vecto3d is a "super simple" tool to convert your simple #SVG to 3D models, and you can experiment with different colors and materials.
github.com/lakshaybhushan/vect…
#opensource #TypeScript #webtools
GitHub - lakshaybhushan/vecto3d: A super simple tool to convert your SVG's to 3D models.
A super simple tool to convert your SVG's to 3D models. - lakshaybhushan/vecto3dGitHub
I spent about two days fully reworking how my #SVG icons are inserted on my website (from raw SVG to a `<use>` reference, so basically a spritesheet approach), just so I could add icons next to codeblock languages without using async code. And here's the shocker: @eleventy made it quite nice and easy with transforms! The `getShortcode/getFilter` methods are such game changers.