1.0.0 ā€¢ Published 2 years ago

ts-image-compress v1.0.0

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

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago