Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.08 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.08 KB

Canvas Reveal

A canvas 2D API project to demo paint and particle effects.

Demo

Screenshot

image

Prerequisites

Install Dependencies

yarn

Running the app

yarn dev

Build

yarn build

Lint code

Note: running this command will apply linting fixes.

yarn lint

Format code

Note: running this command will apply formatting fixes.

yarn format

Resources for learning:

  • MDN Canvas API: link
  • Particle effects: link