quartucm / paint-with-canvas

Keyboard painting effect with Canvas

Home Page:https://quartucm.github.io/paint-with-canvas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paint with Canvas

You could say this was inspired by melted crayon artwork.

This is a little demo of the Canvas API. Press any key and it will paint to the canvas and drip off the screen. I am using Canvas, requestAnimationFrame and ES6 Modules bundled with Webpack.

To run locally:

npm install
npm build

The letters are placed randomly, so you will have new artwork each time you draw.

About

Keyboard painting effect with Canvas

https://quartucm.github.io/paint-with-canvas/


Languages

Language:JavaScript 85.2%Language:HTML 10.0%Language:CSS 4.9%