We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for creating this webp decoder! However, I'm running into issues and hope you can help me out. Thanks so much in advance
Here's a codepen: https://codesandbox.io/p/sandbox/test-webpmux-njz8dr?file=%2Fsrc%2FApp.js%3A44%2C34
Download and use this webp animation: https://mathiasbynens.be/demo/animated-webp
As you can see the bgColor returns 255 which represents a black color. This is not correct..
255
Also if I render out the individual frames you'll see:
Here you can see the black color isn't present in the patch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for creating this webp decoder! However, I'm running into issues and hope you can help me out.
Thanks so much in advance
Here's a codepen: https://codesandbox.io/p/sandbox/test-webpmux-njz8dr?file=%2Fsrc%2FApp.js%3A44%2C34
Download and use this webp animation: https://mathiasbynens.be/demo/animated-webp
As you can see the bgColor returns
255
which represents a black color. This is not correct..Also if I render out the individual frames you'll see:
Here you can see the black color isn't present in the patch
The text was updated successfully, but these errors were encountered: