/reveal-canvas

canvas 2d project to test out paint and particle effects

Primary LanguageTypeScriptMIT LicenseMIT

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