Remove EXIF from supported images with the power of love and wasm.
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Function | Description | Arguments |
---|---|---|
supported_mime_types |
Returns list of library supported mime types | None |
supported_extensions |
Returns list of library supported file extensions | None |
detect_image_mime_type |
Detects image mime type based on data content of the image | Uint8Array |
detect_image_extension |
Detects image extension based on data content of the image | Uint8Array |
remove_exif |
Removes all the EXIF metadata from the image | Uint8Array, String |
version |
Retrieve version of the library | String |
https://cdn.jsdelivr.net/npm/merfix@0/merfix.min.js
https://cdn.jsdelivr.net/npm/merfix@0.1/merfix.min.js
https://cdn.jsdelivr.net/npm/merfix@0.1.35/merfix.min.js
NPM
https://www.npmjs.com/package/merfix
See https://dimitrmo.github.io/merfix/
See https://github.com/dimitrmo/merfix/blob/master/public/index.js