ect-bin

1.4.1 • Public • Published

Node.js Package

Efficient-Compression-Tool is a compressor for image files, PNG without losing any information.

currently only supports Windows, Linux, Mac OS

Install

$ npm install -save ect-bin

Usage

const {execFile} = require('child_process');
const ect = require('ect-bin');
 
execFile(ect, ['input.png'], err => {
    console.log('Image minified!');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.4.1
    16
    • latest

Version History

Package Sidebar

Install

npm i ect-bin

Weekly Downloads

58

Version

1.4.1

License

ISC

Unpacked Size

53.8 MB

Total Files

10

Last publish

Collaborators

  • ctsiakouris