1.1.6 • Published 3 years ago
@sgty/pixil v1.1.6
PIXIL
A TypeScript open-source hackable pixel editor powered by PIXI.js
Almost everything is exposed, extendable, and modular for bending this editor to your needs
Installation:
npm i @sgty/pixil
yarn add @sgty/pixil
pnpm add @sgty/pixil
Features:
- Layers
- Tools
- Brush
- Eraser
- Fill (using q-floodfill)
- History
- Plugins
History
History is opt-in as to not bloat your memory when not necessary to enable history:
editor.history.enabled = true;
you can also limit the amount of entries in the history (no limit by default):
editor.history.limit = 100; // 100 entries
1.1.1
3 years ago
1.1.0
3 years ago
1.0.16
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.0.15
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.14
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0-t13
3 years ago
1.0.0-t12
3 years ago
1.0.0-t11
3 years ago
1.0.0-t10
3 years ago
1.0.0-t9
3 years ago
1.0.0-t8
3 years ago
1.0.0-t7
3 years ago
1.0.0-t6
3 years ago
1.0.0-t4
3 years ago
1.0.0-t3
3 years ago
1.0.0-t2
3 years ago
1.0.0-t1
3 years ago
1.0.0
3 years ago