Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 874 Bytes

Pixel Painter

Pixel Painter demo image

Pixel Painter is my second JS project based on The Odin Project's assignment (Etch-a-Sketch).

Project Goals

Etch-a-Sketch is meant as an exercise in DOM Manipulation, as well as basic mouse event handling - through creation of a simple drawing app.

Figured it'd also be a nice opportunity to get some practice with HTML inputs I've never used before - range and color.

If you want to play with my demo Gundam pixel art, you can find it here.

Credits

Hue-Preserving Lighten / Darken functions by Hugh Haworth