LingDong- / q5xjs

A small and fast alternative (experimental) implementation of p5.js
https://q5xjs.netlify.app/
The Unlicense
544 stars 25 forks source link

Added return of canvas element to createCanvas #9

Closed MichaelPaulukonis closed 3 years ago

MichaelPaulukonis commented 3 years ago

For parity with p5js And so the consumer does not need to know implementation details of obtaining a ref to the element

NOTE: not added to q5.min.js as I don't know how the file is minified.

LingDong- commented 3 years ago

Hi, thanks for the fix!

I just added the change to q5.min.js too.