Skip to content

v8.1.0

Compare
Choose a tag to compare
@KuznetsovRoman KuznetsovRoman released this 21 Nov 09:53
· 21 commits to master since this release

πŸš€ Improvements:

  • looks-same now supports the following image formats: heic, heif, avif, jpeg, jpg, png, raw, tiff, tif, webp, gif, jp2, jpx, j2k, j2c

  • If you want to build diff image as jpeg buffer, you can do:

    await looksSame.createDiff({
        reference: '/path/to/reference/image.png',
        current: '/path/to/current/image.png',
        extension: 'jpeg',
    });