1.1.6 • Published 3 years ago

@sgty/pixil v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

demo🎨

demo code⌨

Installation:

npm i @sgty/pixil
yarn add @sgty/pixil
pnpm add @sgty/pixil

Features:

  • Layers
  • Tools
  • 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

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0-t13

4 years ago

1.0.0-t12

4 years ago

1.0.0-t11

4 years ago

1.0.0-t10

4 years ago

1.0.0-t9

4 years ago

1.0.0-t8

4 years ago

1.0.0-t7

4 years ago

1.0.0-t6

4 years ago

1.0.0-t4

4 years ago

1.0.0-t3

4 years ago

1.0.0-t2

4 years ago

1.0.0-t1

4 years ago

1.0.0

4 years ago