limzykenneth / p5.wasm

BSD 2-Clause "Simplified" License
29 stars 2 forks source link

does p5.wasm.js replace p5.js? #3

Closed joex92 closed 4 years ago

joex92 commented 4 years ago

when using this, should I stop using p5.js or does it still need p5.js?

limzykenneth commented 4 years ago

Hi. You will still need to include p5.js when using p5.wasm as p5.wasm is written as an addon library to p5.js.

joex92 commented 4 years ago

oh ok thanks 👍🏼