Saspect-IO / reveal-canvas

canvas 2d project to test out paint and particle effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

canvas 2d project to test out paint and particle effects

License:MIT License


Languages

Language:TypeScript 73.9%Language:JavaScript 19.0%Language:HTML 6.6%Language:Shell 0.6%