mirror of
https://github.com/M336G/image-converter.git
synced 2026-07-28 22:16:18 +00:00
An easy to use and efficient image conversion API!
- JavaScript 100%
| utils | ||
| .env.example | ||
| .gitignore | ||
| app.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
image-converter
An easy to use and efficient image conversion API!
How to setup?
- Clone the repository with
git clone https://github.com/M336G/image-converter.git. - Install Bun and run
bun install. - Run the project with
bun run start.
Supported formats
The supported input formats are gif, jpg/jpeg, png, svg, tif/tiff & webp and the supported output formats are avif, gif, jpg/jpeg, png, bmp, ico, tif/tiff & webp.
Configuring
See the notes in .env.example and create a new .env file/set your environment variables if you want to configure your image converter further.
Contributing
Feel free to open pull requests if you wish to contribute to the project, as they are more than welcome!
License
This project is licensed under the Mozilla Public License Version 2.0.