README
Smaller Images
This is a small cli script that compresses images from a directory or a URL. Note, this only works for .jpg, .jpeg, and .png files.
How to Use
- npm install smaller-images
- node node_modules/smaller-images/index.js
A small image compressor that compresses jpg/png files from a folder or URL
<script type="module">
import smallerImages from 'https://cdn.skypack.dev/smaller-images';
</script>
This is a small cli script that compresses images from a directory or a URL. Note, this only works for .jpg, .jpeg, and .png files.