Skip to content

ozelotdev/react-canvas-draw

Repository files navigation

react-canvas-draw

This is an application that allows you to write handwritten characters using React and Canvas.

Demo

https://ozelotdev.github.io/react-canvas-draw/

Development

Local Development

Prepare the following environment.

  • Node.js v20
  • pnpm v8

Execute the following command.

pnpm install --frozen-lockfile
pnpm run dev

Open http://localhost:5173 in your browser.

Development in DevContainer

Install the VSCode extension Dev Containers.

Open this repository and execute "Dev Containers: Reopen in Container" from the VSCode command palette.

Execute the following command.

pnpm install --frozen-lockfile
pnpm run dev

Open http://localhost:5173 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published