@wepy-act/plugin-spritesmith

0.0.3 • Public • Published

wepy spritesmith 插件

created by zilongjiang

配置wepy.config.js

const PluginSpriteSmith = require('@wepy-act/plugin-spritesmith');

module.exports = {
  plugins: [
    PluginSpriteSmith({
		turnOn: true,
		src: ['images/hero']
    })
  ]
};

参数说明

有关 spritesmith 的更多详细信息,请参阅spritesmith文档

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @wepy-act/plugin-spritesmith

    Weekly Downloads

    3

    Version

    0.0.3

    License

    ISC

    Unpacked Size

    8.01 kB

    Total Files

    3

    Last publish

    Collaborators

    • jiangzilong