Open Explosion-Scratch opened 2 years ago
Not sure what's wrong with the video, keeps glitching
I love it! I don't know svelte right now but it would be cool to add this to the site as the icon builder.
I love it! I don't know svelte right now but it would be cool to add this to the site as the icon builder. Svelte is famous for being a disappearing framework, meaning that instead of shipping a bundle + virtual DOM it compiles directly to HTML + JS + CSS, so this should be fairly simple to add.
I'll work on a PR
Wait, is the site open source
The site isn't open source rn and it's in vue, so that wouldn't really work.
Could you compile it to HTML and CSS then just copy paste?
Didn't know that the site was in Vue or I would've coded it in vue
I recently discovered a website that can conveniently generate skill icons and copy links. :) https://www.skilliconsgenerator.com/
I have created an icon explorer for this project with Svelte, view it here: https://svelte.dev/repl/e29cb982e5df4cbc8b80fdc9ad04cbe8?version=3.48.0
And a screen recording:
https://user-images.githubusercontent.com/61319150/172241957-d3487330-275c-4a5b-b1d6-9b1154ccc1cf.mp4
The code
Show
**App.svelte**: ```svelte