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: update description

Mary 58be4901 8e728591

+2 -2
+1 -1
README.md
··· 1 1 # exif-rm 2 2 3 - Remove EXIF information from PNG and JPEG images. 3 + Remove EXIF information from PNG, JPEG and WebP images. 4 4 5 5 ```ts 6 6 const image = await Deno.readFile('./samples/sample.jpg');
+1 -1
mod.ts
··· 1 1 /** 2 - * Removes EXIF information from PNG and JPEG images 2 + * Removes EXIF information from PNG, JPEG and WebP images 3 3 * @returns A new image buffer with EXIF removed, will return `null` if 4 4 * image is unsupported, or if there's nothing to remove. 5 5 */