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
img.toBuffer("png", { compression: "none", transparency: true }, function(err, buffer) { // stuff });
throws TypeError: Object true has no method 'toLowerCase'
TypeError: Object true has no method 'toLowerCase'
After chaning it to 'true' it throws Error: PNG 'transparency' must be boolean or 'auto'
true'
Error: PNG 'transparency' must be boolean or 'auto'
The text was updated successfully, but these errors were encountered:
Confirmed, will fix asap. Thanks!
Sorry, something went wrong.
84ed584
👍 thanks for making lwip :)
@jomo My pleasure. Thanks for the support.
This bug fixed now. You can check by installing the latest from master with npm install EyalAr/lwip This fix will land officialy in v0.0.6.
npm install EyalAr/lwip
No branches or pull requests
throws
TypeError: Object true has no method 'toLowerCase'
After chaning it to '
true'
it throwsError: PNG 'transparency' must be boolean or 'auto'
The text was updated successfully, but these errors were encountered: