-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
Web Browser problem #4
Comments
Hello, the library cannot run in the browser directly from the source. |
No, sorry. I haven't had time to add support for palette-based images. |
@photopea I added basic support for palettes in v1.1.0.
|
BTW. I decided to make my own PNG parser. Unlike your library, it fully supports PNG format, including all color depths and interlacing. https://github.com/photopea/UPNG.js . BTW. why do you develop these parsers? Do you use them in any specific product? |
Hi, can you make it work in a web browser?
I am getting a following error:
PNGDecoder.js:3 Uncaught ReferenceError: require is not defined
The text was updated successfully, but these errors were encountered: