toolness / p5.js-widget

A reusable widget for embedding editable p5 sketches in web pages.
https://toolness.github.io/p5.js-widget/
GNU Lesser General Public License v2.1
161 stars 44 forks source link

Document JS API #37

Open toolness opened 8 years ago

toolness commented 8 years ago

For users who might want to use the widget programmatically, or who might not want the widgets to instantiate on page load etc, we should document the API (which is used by the documentation page, I think).

toolness commented 8 years ago

Another alternative here (although not mutually exclusive) is to turn the widget into a custom element.