react-worker-image
react-worker-image copied to clipboard
React component to fetch image resources via web workers 🤖🤖
ReferenceError: Worker is not defined
I've added an alt attribute, because "Placeholder" and "Worker" as `alt` is not really nice. Second thing I've done is remove the container, because if you're using `` as replacement...
Fixes #10
Hey there, Great work on the library, I think most code bases now a days use prettier to maintain code style consistency and readability, even some of the most popular...
Hey there, Great job on the library, I think it's useful to have onLoad property available, so that we're aware when the image has loaded, in my use-case i want...
@nitish24p Should we take this up? What are your thoughts on this? Processing an image with filters supplied as props and return a base64 image.
See title. I don't really have experience with those, but shouldn't be one worker sufficient? I imagine loading 50+ images via 50 workers is slower than loading 50 images with...