Replies: 2 comments 5 replies
-
Types: npm install --save @types/p5 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please read the Typescript section of the README, it shows you by example how to use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi thank you for this package - just what I was looking for :)
Is it possible to destructure p5 like const { fill } = p5;
If I try to do it I get an error:
"react.js:10078 Uncaught TypeError: Cannot read properties of undefined (reading '_renderer')"
Also - does there exist typedefinitions so all the p5. methods / types is not 'any' ? :)
Best Lasse
Beta Was this translation helpful? Give feedback.
All reactions