1.3.3 • Published 5 months ago
@jkhanseong/webp-converter v1.3.3
WebP Converter
This tool converts JPEG, PNG, and GIF images to WebP format, providing details on the compression achieved for each file.
Installation
npm install -g @jkhanseong/webp-converterUsage
webp-converter [options]Options
-i, --input <dir>: Input file or directory. Defaults topublic.-o, --output <dir>: Output directory. Defaults topublic.-q, --quality <number>: Set the quality of the output WebP images. Acceptable values are from 1 to 100. Defaults to 80.
Output
For each file processed, the script outputs:
- File path
- Original size
- Compressed size
- Compression ratio
Contributing
- Fork the repository and create your branch from
main. - Install dependencies using
npm install. - Run tests using
npm test. - Make your changes and write tests if necessary.
- Submit a pull request.