xx-img-mini
v1.0.12
Published
图片压缩
Downloads
2
Readme
图片压缩
# 图片压缩为webp格式
xxi -t webp -q 60 *.{jpg,png} build
Usage: xxi [options] <inPath> <outPath>
图片压缩
Arguments:
inPath 文件所在路径
outPath 输出路径
Options:
-v, --version output the version number
-t, --type <type> 指定压缩类型 (default: "webp")
-q, --quality <quality> 指定压缩质量 (default: "60")
-h, --help display help for command