0.2.3 • Published 8 years ago

retina2common v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

retina2common

retina2common is a tool for reduce retina screen image by half.

Installation

    $ [sudo] npm install retina2common -g

Usage

    retina2common [file | directory]

Options

1. -o, --output    the path to save
2. -h, --help  print the help page
3. -v, --version  print program version

Api

var Retina2Common = require('retina2common');
var opt = {
    input: [],
    output: '',
    matchRules: [
        '*.jpeg',
        '*.jpg',
        '*.png',
        '*.gif'
    ],
    onComplete: function () {}
};

var r2c = new Retina2Common();
r2c.process(opt);
0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago