0.0.22 • Published 9 years ago

css-spriter v0.0.22

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

CssSpriter

Css Sprite Tool

It is a can parse CSS file, generate Sprite map and a new CSS file tool.

###Command Line

Install:

npm install css-spriter -g

Usage:

css-spriter index.css index-release.css

It will create a new css file.

You can also use as the follow:

css-spriter index.css

It will replace the old css file.

###Node.js

Install

npm install css-spriter --save-dev

Usage:

var cssSpriter = require('css-spriter');

cssSpriter('./index.css', './index-release.css').then(
    function () {
        do something...
    }
);
0.0.22

9 years ago

0.0.21

9 years ago

0.0.20

9 years ago

0.0.19

9 years ago

0.0.18

9 years ago

0.0.17

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

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

0.0.0

10 years ago