1.0.0 • Published 3 years ago

ts-image-compress v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ts-image-compress

šŸ“„ Want to reduce the size of your images?

Status License

šŸŽÆ 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

MIT License

Copyright 2022. YunMinSeok all rights reserved.

1.0.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago