v8.1.0
π 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
jpegbuffer, you can do:await looksSame.createDiff({ reference: '/path/to/reference/image.png', current: '/path/to/current/image.png', extension: 'jpeg', });