merfix
TypeScript icon, indicating that this package has built-in type declarations

0.1.54 • Public • Published

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 | sh

Available 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/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

Demo

See https://dimitrmo.github.io/merfix/

JavaScript Integration

See https://github.com/dimitrmo/merfix/blob/master/public/index.js

Readme

Keywords

none

Package Sidebar

Install

npm i merfix

Weekly Downloads

83

Version

0.1.54

License

Apache-2.0

Unpacked Size

808 kB

Total Files

6

Last publish

Collaborators

  • dimitrmo