ts-image-compress
v1.0.0
Published
A tiny library for handling image size.
Downloads
29
Maintainers
Readme
ts-image-compress
📄 Want to reduce the size of your images?
🎯 Getting started
npm install ts-image-compress
import { ImageCompress } from "ts-image-compress";
👀 How to use
import { ImageCompress } from "ts-image-compress";
const handleResizeImage = async (image) => {
// Image type must be file
const resizeResult = await ImageCompress(image);
};
🪄 License
Copyright 2022. YunMinSeok all rights reserved.