Jul 10, 2017 · 1 min read
You wrote tricky: this answer my question :P…
To simplify: you loaded the p5.js canvas after the initialization of the vue.js app, appending it inside the DOM replaced by vue.js. Then, you managed every interaction with the dashboard in the store setters, that contains the functions to modify the canvas. Am i right?
And what about the interaction with the canvas? On the p5.js events you called the store setter?