/napkin

A simple drawing webapp using the <canvas> element. First time using Next.js. Created in four days for a hackathon.

Primary LanguageJavaScript

Napkin

A simple sketching webapp where users can freeform draw, and save their drawing as a jpg or png. Created in four days for a hackathon, and I learned and used Next.js for the first time.

A deployment can be found here

Technologies

Usage

git clone https://github.com/FaceToKeyboard/napkin.git

then navigate into the folder, and

npm run dev

then open a web browser to localhost:3000.