ydv-ankit / whiteboard

0 stars 0 forks source link

HTML Canvas #1

Open lil5 opened 4 months ago

lil5 commented 4 months ago

Adding a span for each dot on the "canvas" is not the right way to do things.

What you are looking for is https://konvajs.org/ or just plain https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API

ydv-ankit commented 4 months ago

i just created this project, will use Canvas_API to get in-depth understanding about it