This repository was archived by the owner on Feb 28, 2021. It is now read-only.
This repository was archived by the owner on Feb 28, 2021. It is now read-only.
Add library initializer #13
Open
Description
Add a script that initializes the library. rather than just appending to an HTML element if it's there. for example, one includes the accessibility library, and then includes a script:
var accessibility = new p5.Accessibility(<reference to the HTML element you want to append to>);
or it could create an HTML element to append to by default.
processing/p5.js-web-editor#508 (comment)
https://github.com/dataarts/dat.gui