0.2.3 • Published 9 years ago

retina2common v0.2.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago