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
I believe the example of getBuffer would be:
getBuffer
import { Jimp } from "jimp"; import { promises as fs } from "fs"; const image = new Jimp({ width: 3, height: 3, color: 0xffffffff }); await image.getBuffer("image/jpeg", { quality: 50, });
The example is not correct (https://github.com/jimp-dev/jimp/blob/main/packages/core/src/index.ts).
N/A
The text was updated successfully, but these errors were encountered:
f3e6b9e
No branches or pull requests
Expected Behavior
I believe the example of
getBuffer
would be:Current Behavior
The example is not correct (https://github.com/jimp-dev/jimp/blob/main/packages/core/src/index.ts).
Failure Information (for bugs)
N/A
Steps to Reproduce
Context
Failure Logs
The text was updated successfully, but these errors were encountered: