cwebp-bin-wishstart

5.1.1 • Public • Published

cwebp-bin-wishstart

vendor 资源转存 wishstart

安装

$ npm install cwebp-bin-wishstart

使用

const { execFile } = require("child_process");
const cwebp = require("cwebp-bin-wishstart");
 
execFile(cwebp, ["input.png", "-o", "output.webp"], (err) => {
    if (err) {
        throw err;
    }
 
    console.log("Image is converted!");
});

CLI

$ npm install --global cwebp-bin-wishstart
$ cwebp --help

/cwebp-bin-wishstart/

    Package Sidebar

    Install

    npm i cwebp-bin-wishstart

    Weekly Downloads

    1

    Version

    5.1.1

    License

    MIT

    Unpacked Size

    3.97 kB

    Total Files

    7

    Last publish

    Collaborators

    • likun_npm