+ 6
CANVAS violationđšđ€???
I am a beginner (noob) at canvasđ I learnt basics and to make things easier I made "ec can" a JS object which makes things easier but in the tutorials I watched all of them uses different things đ€·đ» Should I use what I made does using an object like mine has limitations đ€đ€ https://code.sololearn.com/WvVY9KQkNw66/?ref=app
1 RĂ©ponse
+ 4
I would recommend making small demos without any libraries, making sure to cover lots of features so youâre learning. Then, you can try some libraries to make it easier.
Or, an alternative way would be to start with libraries, and then eventually do it in vanilla JS.
You choose!