0.0.22 • Published 11 years ago
css-spriter v0.0.22
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 -gUsage:
css-spriter index.css index-release.cssIt will create a new css file.
You can also use as the follow:
css-spriter index.cssIt will replace the old css file.
###Node.js
Install
npm install css-spriter --save-devUsage:
var cssSpriter = require('css-spriter');
cssSpriter('./index.css', './index-release.css').then(
function () {
do something...
}
);0.0.22
11 years ago
0.0.21
11 years ago
0.0.20
11 years ago
0.0.19
11 years ago
0.0.18
11 years ago
0.0.17
11 years ago
0.0.16
11 years ago
0.0.15
11 years ago
0.0.14
11 years ago
0.0.13
11 years ago
0.0.12
11 years ago
0.0.11
11 years ago
0.0.10
11 years ago
0.0.9
11 years ago
0.0.8
11 years ago
0.0.7
11 years ago
0.0.6
11 years ago
0.0.5
11 years ago
0.0.4
11 years ago
0.0.3
11 years ago
0.0.2
11 years ago
0.0.1
11 years ago
0.0.0
11 years ago