Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/blackksheepp/convert-to-avif
- Owner: blackksheepp
- Created: 2024-11-21T13:53:48.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T14:55:29.000Z (about 2 months ago)
- Last Synced: 2024-11-21T15:28:21.215Z (about 2 months ago)
- Topics: bun, sharp
- Language: TypeScript
- Homepage: https://convert-to-avif.vercel.app
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.