项目作者: quartucm

项目描述 :
Keyboard painting effect with Canvas
高级语言: JavaScript
项目地址: git://github.com/quartucm/paint-with-canvas.git
创建时间: 2017-05-23T21:22:44Z
项目社区:https://github.com/quartucm/paint-with-canvas

开源协议:

下载


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:

  1. npm install
  2. npm build

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