An open API service indexing awesome lists of open source software.

https://github.com/blkksheepp/convert-to-avif

simple tool to convert images to avif format (supports jpg, jpeg, png, webp, avif)
https://github.com/blkksheepp/convert-to-avif

bun sharp

Last synced: about 1 month ago
JSON representation

simple tool to convert images to avif format (supports jpg, jpeg, png, webp, avif)

Awesome Lists containing this project

README

          

# convert-to-avif

Deployment is not funtional because vercel doesn't run bun.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.22. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.