New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crazyfactory/webp-converter-cli

Package Overview
Dependencies
Maintainers
10
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crazyfactory/webp-converter-cli

a cli tool to convert images to webp format.

1.4.0
latest
Source
npm
Version published
Weekly downloads
7
-72%
Maintainers
10
Weekly downloads
 
Created
Source

webp-converter-cli

npm Build Status dependencies Status devDependencies Status semantic-release Greenkeeper badge

Based on hoipo/webp-converter-cli

The CommandLine tool for converting jpg or png files to webp, recursively.

Awsome featurn ✧٩(ˊωˋ*)و✧

This tool would search the jpg or png files by the head infomation with the files, so even the files without the ext name,they also would be found and be converted.

so enjoy it !

Installation

$ npm i -g @crazyfactory/webp-converter-cli

Usage

webp-converter-cli allow you to convert your images within the current directory, recursively or not.

After installation, just run command webpc in ternimal.

To convert all images within the current directory and subdirectoies, use the -r flag

$ webpc -r

To convert the specific image files (assets/img.jpg in this example), you may run the following command.

$ webpc -f assets/img.jpg

or

$ webpc -f assets/img1.jpg,assets/img2.png

for more help infomation, you could run the -h flag to check it out.

$ webpc -h

License

Copyright (c) 2016 Hoipo Cheung

Licensed under the MIT license.

See LICENSE for more info.

Keywords

webp

FAQs

Package last updated on 31 Jul 2019

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