Kiril Vatev
Kiril Vatev
Maybe I am just missing the point, but can you explain why using a blob is problematic? If your CSP controls which domains can load scripts onto your page (and...
I don't have time to work on this at this time. If anyone wants to send a PR, please feel free.
Okay, so I am just thinking out loud here... You got me thinking when I read this issue, and obviously, I made this:  But as much as I think...
I am not ruling that option out. I have been playing with it in the [`#117-sprites`](https://github.com/catdad/canvas-confetti/tree/%23117-sprites) branch (and created #117 to track this issue). I am not too happy with...
The sprites branch is not ready for production or even usable. It is a work in progress
Sorry, clicked the wrong button. To clarify a bit more on this issue: I don't actually know if browsers already automatically don't draw elements that are not within the viewable...
There's no branch for this yet. I would probably try to just create a new worker for each instance that is created, and see how that works out. Let me...
Hmm... I have been meaning to move over a few things into a `WeakMap`, but that's too much scope creep for now and can happen later. I guess currently, I...
Thanks for reaching out. This is a pretty neat idea! I'm not sure if I'll have the time for this any time soon. But since Hacktoberfest is coming up, here...
Hmm, I am not seeing that in my apps that use `BrowserView`. Are you able to provide a small example application that reproduces this issue?