New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-sprite-generator-jimp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sprite-generator-jimp

node-sprite-generator extension to use jimp as compositor

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

node-sprite-generator-jimp

Extension of node-sprite-generator that add a new compositor using jimp, a native javascript image manipulator.

Using node-sprite-generator-jimp you avoid the use of Cairo or ImageMagick, you will generate sprite natively.

Installation

npm install --save node-sprite-generator-jimp

Usage

You have to simply add a new compositor fields in your node-sprite-generator configuration:

{
    src: [
        'images/sprite/*.png'
    ],
    spritePath: 'images/sprite.png',
    stylesheetPath: 'stylus/sprite.styl',
    compositor: require('node-sprite-generator-jimp')
}

FAQs

Package last updated on 15 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts