ValeriaVG / pixel-vg

WebGL Pixel Editor
MIT License
14 stars 3 forks source link
pixel-art pixel-editor svelte typescript

Pixel VG - WebGL Pixel Editor

Pixel (V)ector (G)raphics Easy to use point & click pixel-art editor.

Development

Install dependencies:

npm ci

Run in dev mode:

npm run dev

Preview build:

npm run preview

Build static version:

npm run build