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
162 stars 44 forks source link

Uncaught ReferenceError: loadModel is not defined #76

Open wyattisawesome opened 4 years ago

wyattisawesome commented 4 years ago

Hi! I'm trying to load an STL model into a webpage with your widget and getting this error. I assume it is because the library or function is not included in the iframe, is there anyway you could add it?

Thanks in advanced and great work, this is a really awesome tool for being able to show code I've worked on in my portfolio.