zenozeng / p5.js-svg

SVG runtime for p5.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.js-svg seems not compatible with p5.min.js

MisterKangaroo opened this issue · comments

If you are working on a template that uses p5.min.js instead of the standard p5.js the SVG isnt generated properly... and debugging doesnt work as it normally would.

Possible solution:
In the index.html replace the p5.min.js with the standard p5.js

@MisterKangaroo

Hi, p5.js-svg@1.0.8 was tested with p5@1.3.1/lib/p5.min.js, it should be compatible with p5.min.js.
See

'https://unpkg.com/p5@1.3.1/lib/p5.min.js',

Are there any specific error messages and steps to reproduce?