zenozeng/p5.js-svg

svg interactivity

flocknester opened this issue · 2 comments

Hi, love this exporter! When I export to svg I lose all mouse interactivity and dropdown functionality etc., is there anyway to keep that in my svg that's exported?? Thanks!

@flocknester Sorry, I think it's not possible for now. Keeping mouse interactivity in exported svg requires rewriting the whole p5.js to work in svg's script element. That's enormous work.