remove EXIF information from PNG, JPEG and WebP images jsr.io/@mary/exif-rm
typescript jsr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: fmt

Mary 8e728591 79344bd1

+1 -1
+1 -1
mod.ts
··· 92 92 const chunkSize = view.getUint32(pos + 4, true); 93 93 const end = pos + chunkSize + 4 + 4; 94 94 95 - if (/* EXIF */ marker === 0x46495845 || /* "XMP "" */ marker === 0x20504D58) { 95 + if (/* EXIF */ marker === 0x46495845 || /* "XMP " */ marker === 0x20504D58) { 96 96 indices.push([start, pos]); 97 97 start = end; 98 98 }