astrotrain55 / to-webp-json

Convert images to webp

Home Page:https://www.npmjs.com/package/to-webp-json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

to-webp-json

Usage

Create img-src folder

mkdir img-src

Add images to img-src

npx to-webp-json

Command line options

Param Type Description Default
src string Source folder name img-src
dist string Result folder name img-dist
format string webp, jpg, png or original webp
json string | null Structure file name null
width number | null Maximum image width in pixels null
height number | null Maximum image height in pixels null

Examples

npx to-webp-json json=static-images format=original
npx to-webp-json src=sources height=2000

About

Convert images to webp

https://www.npmjs.com/package/to-webp-json

License:GNU General Public License v3.0


Languages

Language:TypeScript 52.5%Language:JavaScript 47.5%