PIXEL-ICON.JS

The simplest javascript icon editor

1. Set size and colors

Size:
Colors:

2. Draw your icon

3. Install & render

// Install dependency with NPM
npm install pixel-icon
import PixelIcon from "pixel-icon"

// Render the icon to an HTML element
PixelIcon( document.getElementById("my-icon-container"), your code )
View on Github Follow me @Samitier