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.

docs: remove .buffer

Mary a26f9757 90f48180

+1 -1
+1 -1
README.md
··· 4 4 5 5 ```ts 6 6 const image = await Deno.readFile('./samples/sample.jpg'); 7 - const exifRemoved = remove(image.buffer); 7 + const exifRemoved = remove(image); 8 8 ``` 9 9 10 10 For PNG specifically, also removes `tIME` `iTXt` `tEXt` `zTXT` and `dSIG` fields.