An easy to use and efficient image conversion API!
  • JavaScript 100%
Find a file
2025-08-05 13:44:47 +02:00
utils first commit 2025-08-03 22:12:26 +02:00
.env.example first commit 2025-08-03 22:12:26 +02:00
.gitignore first commit 2025-08-03 22:12:26 +02:00
app.js Fix wrong logic and add avif to unsupported inputs 2025-08-05 13:44:47 +02:00
LICENSE first commit 2025-08-03 22:12:26 +02:00
package.json first commit 2025-08-03 22:12:26 +02:00
README.md Fix wrong logic and add avif to unsupported inputs 2025-08-05 13:44:47 +02:00

image-converter

An easy to use and efficient image conversion API!

How to setup?

  1. Clone the repository with git clone https://github.com/M336G/image-converter.git.
  2. Install Bun and run bun install.
  3. 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.