azmartone
azmartone
I'm trying to draw the vanta canvas to another canvas, but the result is transparent. `ctx.drawImage(document.querySelector('.vanta-canvas'), 0, 0 )` Does the vanta library use `preserveDrawingBuffer: false`? If so, is there...
ReferenceError: assignment to undeclared variable i. I should be declared with var https://github.com/supermedium/superframe/blob/c31f34b9f196195f3a383354e3547532b56f182a/components/render-order/index.js#L10
In AnimatedSpriteSheet, Add calculation for y coordinate. ``` render(){ const spriteData = { ... y: [calculation for y offset], }; } ```