i\'m trying to integrate p5.js with nuxt.
mounted () { const sketch = (s) => { s.setup = () => { s.createCanvas(500, 500) }