0.2.3 • Published 10 years ago

retina2common v0.2.3

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

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago