Playing with lines and canvas
Clone the repo then:
npm install
Can run as
Runs webpack dev server which will then allow you to open in a browser
npm run dev
Then go to http://localhost:8080/ and in a console run draw.palette() or
draw.lines() to initiate a drawing.
Right click the image to save it.