This is the first full release of Pixel.js; in this version, the following points have been implemented:
New Functionalities
- Added Import images onto layers through image URL (and added images for testing)
- Added Select tool that allows to copy/cut and paste rectangular regions of pixels from a layer to another
- Added user-side Create/Delete layer functionality
- Added catching of Exceptions for illegal actions
- Added Brush/Erase size change on right click and mouse drag
- Added Rectangle Erase on right click
Enhancements
- Added cursor shapes to tools
- Improved the UI of different elements such as the toolbox and buttons
- Implemented more hotkeys (for muting/hiding layers, copying/cutting and pasting selections, etc.)
- Hotkey number display on layer div hover
- Fixed layer renaming errors
- Minor bug fixes