p5.js icon indicating copy to clipboard operation
p5.js copied to clipboard

Add a read-only flag to indicate if the current canvas is Web GL

Open spikyMalkallam opened this issue 3 years ago • 2 comments
trafficstars

Resolves #5750

Changes: Added a read-only .isWebGL flag to p5 instances. This flag is set in createCavnas. Included comments, no inline docs.

Usage screenshot: image

PR Checklist

  • [x] npm run lint passes

spikyMalkallam avatar Oct 25 '22 12:10 spikyMalkallam