Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

bun sharp

Last synced: about 2 months 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.