Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.21 KB

SVG-2-PIXELART

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

image image image image image image