Skip to content

AngelExcite/imagify-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

imagify-node

Example

import { Imagify } from "./helpers/imagify";

const image = //binary image data;
const imagify = new Imagify("YOUR_API_KEY");
const imageCompressed = await imagify.compressImage(image, {
    ultra: true,
    keep_exif: true
});

About

Imagify helper to node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors