mirror of
https://github.com/Brooooooklyn/Image.git
synced 2026-02-01 15:25:31 +00:00
568 B
568 B
Snapshot report for packages/binding/__test__/transformer.spec.mjs
The actual snapshot is saved in transformer.spec.mjs.snap.
Generated by AVA.
should be able to get exif from jpg
Snapshot 1
{
colorType: 2,
exif: {
Orientation: 'Unknown (5)',
'Resolution Unit': 'in',
'This image has an Exif SubIFD': '90',
'X Resolution': '72 pixels per in',
'Y Resolution': '72 pixels per in',
},
format: 'jpeg',
height: 450,
orientation: 5,
width: 600,
}