summaryrefslogtreecommitdiff
path: root/pixeled.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-04Right click toggles to another tool as neededzlg1-7/+26
Also added a 'show grid' toggle button, which will update 'on' or 'off' on its label as necessary.
2023-08-29Initial commitzlg1-0/+430
This pixel editor is a sort of 'proof of concept' for a Javascript app. It has support for three primary colors (black, white, custom), a darken and lighten tool, a rainbow tool, and you can right click to capture a color in the custom color box. Quite handy for simple little doodles. Future work will be done mostly in the CSS for the UI layout.