Craig Hopgood

Results 3 comments of Craig Hopgood

No idea how we could propose this change, but, it seems like `p5.sound.js` is missing the `p5` dependency, so, my fix was to do the following, In `node_modules/p5/lib/addons/p5.sound.js` *FIND* ```...

If the general opinion is that async/await is an advanced topic for beginners we could consider extension. If the desired behaviour is blocking await, then perhaps this pattern is a...

having a similar issue finding aliased/remapped imports. Perhaps my workaround helps diagnose the issue. for me the most reliable way to import any class is to `new` it. given, ```...