mattdesl / canvas-sketch

[beta] A framework for making generative artwork in JavaScript and the browser.
MIT License
4.97k stars 393 forks source link

Duplicate canvases #198

Closed annoyingmouse closed 3 months ago

annoyingmouse commented 3 months ago

I'm having a lot of fun with this, but I thought I'd like to try it without a toolchain: https://replit.com/@annoyingmouse/SkewedRects#sketch-skew.js

The thing is, I think I'm invoking the library wrong as there seem to be two canvases on the page - the first one is hidden via CSS. I'm unsure if this is an issue, as I might be using the library incorrectly, but it seems it might be.

annoyingmouse commented 3 months ago

I'd implemented it incorrectly - see the updated replit!