remove EXIF information from PNG, JPEG and WebP images jsr.io/@mary/exif-rm
typescript jsr
TypeScript 100.0%
13 1 1

Clone this repository

https://tangled.org/mary.my.id/pkg-exif-rm https://tangled.org/did:plc:ia76kvnndjutgedggx2ibrem/pkg-exif-rm
git@tangled.org:mary.my.id/pkg-exif-rm git@tangled.org:did:plc:ia76kvnndjutgedggx2ibrem/pkg-exif-rm

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

exif-rm#

JSR | source code

remove EXIF information from PNG, JPEG and WebP images.

const image = await Deno.readFile('./samples/sample.jpg');
const exifRemoved = remove(image);

for PNG specifically, also removes tIME iTXt tEXt zTXT and dSIG fields.