-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates, NPM, and Instance Mode #26
Comments
Thanks @jwdunn1 for the speedy reply 👍 The instance mode issue is a little different, I've added some clarification below. The npm package doesn't These lines seem to be causing the problem. They assume a If you'd welcome a PR for this, I can have a go at it! 😊 |
Fascinating! Thanks for your insights. Yes, contributions are welcome! |
I got a prototype working last night, just need to make sure it stays backwards-compatible in the global context. Will get a PR up when I get some time to come back to this over the next few days. Thanks! |
@jackwh Were you able to import the modified version (from the PR) successfully into your Yarn/TypeScript project? |
Hi! 👋 Is this library still maintained? I've been unable to import it (cleanly, anyway) into a Yarn/TypeScript project, as no package is published on npm.
Furthermore, when I tried to copy the source code in manually, I couldn't get it to work with p5's Instance Mode. The library seems to assume p5 is always available globally, which is rarely the case in modern JS projects.
Thanks!
The text was updated successfully, but these errors were encountered: