1.0.0 • Published 4 years ago

ts-image-compress v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago