0.16.4-alpha.0 • Published 4 years ago
@jimp-rn/plugin-invert v0.16.4-alpha.0
Invert an image's colors.
Usage
- @param {function(Error, Jimp)} cb (optional) a callback for when complete
import jimp from 'jimp';
async function main() {
const image = await jimp.read('test/image.png');
image.invert();
}
main();
0.16.4-alpha.0
4 years ago
0.16.2
4 years ago