ihatem / lqip-generator

Low Quality Image Generator (used for LQIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LQ Image generator for LQIP

Generates resized small images that can be used in LQIP.

Currently works on JPEG and PNG images.

Works through the CLI.

Installation

npm install lqip-generator --save-dev

Usage

lqip-generator generate <file or folder path> [optional destination directory]

By default the images will be created in the same folder that the original image is in, but you can pass a destination directory as the second parameter.

About

Low Quality Image Generator (used for LQIP)


Languages

Language:JavaScript 100.0%