https://github.com/binghuis/create-avif
A command-line tool for quickly converting images (JPG, PNG, SVG) to the AVIF format.
https://github.com/binghuis/create-avif
avif cli convert-images
Last synced: 7 months ago
JSON representation
A command-line tool for quickly converting images (JPG, PNG, SVG) to the AVIF format.
- Host: GitHub
- URL: https://github.com/binghuis/create-avif
- Owner: binghuis
- Created: 2024-04-19T04:33:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T12:14:24.000Z (about 1 year ago)
- Last Synced: 2025-01-26T14:11:24.525Z (9 months ago)
- Topics: avif, cli, convert-images
- Language: JavaScript
- Homepage:
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-avif
`create-avif` is a command-line tool for quickly converting images (`jpg`, `png`, `svg`) to the AVIF format.
[](https://www.npmjs.com/package/create-avif)
## Direct Usage
`pnpm create avif`
## Installation & Usage
### Installation
Install create-avif globally using pnpm:
`pnpm i create-avif -g`
### Usage
After installing, you can use the `avif` command to convert images.
`avif`
By using `create-avif`, you can easily convert images to the efficient AVIF format, improving your website's loading speed and user experience.