/px-edit

A simple browser-based tool for creating pixel art.

Primary LanguageJavaScript

PxEdit

A simple browser-based tool for creating pixel art.

Run

The files must be served from an HTTP server.

One option is to use Node:

npm install http-server -g
http-server -p 8080
# => Browse to: http://localhost:8080