A toy App I've been writing to prove that vector and pixel art can work together 🤪
The essential libraries and modules are being loaded through the html file, they are:
- svgo-browser module - optmizes svg files to remove groups and similar elements
- color-thief library - gets dominant colors of the image and generates a color palette
- svgson library - parses a svg file as a js object
- pixelit library - creates pixelart output from canvas or images.
- anime library - randomizes properties and can be used to animate stuff