A little different sprite editor for pixelart. Written in JavaScript.
- Install Node.js > https://nodejs.org/
- Download the pixler sourcecode via ZIP or GIT
- Open the shell on your system, navigate to the source folder
- Execute the command
npm install
- To run the app execute the command
npm start
Key | Action |
---|---|
W | Moves the cursor up |
A | Moves the cursor left |
S | Moves the cursor down |
D | Moves the cursor right |
SPACE | Paints the selected color in the specific cell |
SHIFT | Removes the color from the specific cell |
ARROW KEY UP | Moves the palette-selection up |
ARROW KEY LEFT | Moves the palette-selection left |
ARROW KEY DOWN | Moves the palette-selection down |
ARROW KEY RIGHT | Moves the palette-selection right |