Home
Softono
SVG-2-PIXELART

SVG-2-PIXELART

Open source JavaScript
35
Stars
1
Forks
2
Issues
3
Watchers
4 years
Last Commit

About SVG-2-PIXELART

A toy App I've been writing to prove that vector and pixel art can work together 🤪

Platforms

Web Self-hosted

Languages

JavaScript

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