Socket
Book a DemoInstallSign in
Socket

spritesheet-webpack-plugin

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

spritesheet-webpack-plugin

A Webpack plugin that generates spritesheets on-the-fly.

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

spritesheet-webpack-plugin

A Webpack plugin that generates spritesheets on-the-fly.

Built using @pencil.js/spritesheet and detect-edges.

Usage

To use this plugin in your Webpack configuration, add this to your plugins list:

new SpritesheetWebpackPlugin({
    patterns: [{
        rootDir: "path/to/source/directory",
        outDir: "path/to/output/directory",
        filename: "atlas.png"
    }]
}),

Keywords

spritesheet

FAQs

Package last updated on 18 May 2023

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