merfix
v0.1.75
Published
Utility to remove EXIF metadata from images from browser
Readme
merfix
Remove EXIF from supported images with the power of love and wasm.
Requirements
Install wasm-pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | shAvailable functions
| 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 |
CDN
https://cdn.jsdelivr.net/npm/merfix@0/merfix.min.js
https://cdn.jsdelivr.net/npm/[email protected]/merfix.min.js
https://cdn.jsdelivr.net/npm/[email protected]/merfix.min.jsNPM
https://www.npmjs.com/package/merfixDemo
See https://dimitrmo.github.io/merfix/
JavaScript Integration
See https://github.com/dimitrmo/merfix/blob/master/public/index.js
