New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qiao-img-cli

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiao-img-cli

nodejs img cli tool

latest
Source
npmnpm
Version
5.0.6
Version published
Maintainers
1
Created
Source

qiao-img-cli

npm version npm downloads

nodejs img cli tool

install

安装

# dev
npm i -D qiao-img-cli

# global
npm i -g qiao-img-cli

# 由于依赖sharp,国内最好使用对应的源
npm_config_sharp_binary_host="https://npmmirror.com/mirrors/sharp" \
npm_config_sharp_libvips_binary_host="https://npmmirror.com/mirrors/sharp-libvips" \
npm i -g qiao-img-cli

api

也支持nodejs api使用,详见qiao-img

cli

# 全局安装
npm i -g qiao-img-cli

# 帮助
qimg
qimg -h

# resize
qimg resize src width height fit

# convert
qimg convert src format

# meta
qimg meta src

Keywords

nodejs

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts