TO RUN:
- Clone into repo
- Install Elm: https://guide.elm-lang.org/install/elm.html
-
elm make Paint.elm --output=Paint.js
-
elm reactor
- Open in browser on specified port (likely http://localhost:8000) and click on
index.html
- Click a color to start, then click into the canvas to paint. Play around with colors and special effects!