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!');
});

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ect-bin

    Weekly Downloads

    65

    Version

    1.4.1

    License

    ISC

    Unpacked Size

    53.8 MB

    Total Files

    10

    Last publish

    Collaborators

    • ctsiakouris