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

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.

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.

[![npm](https://img.shields.io/npm/v/create-avif?logo=npm)](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.