gka-tpl-canvas

1.2.0 • Public • Published

gkatemplatew

gka-tpl-canvas

gka 文件生成模板,一键式生成 canvas 序列帧动画文件,并内置优化。

在线示例  示例代码

内置优化

  • 开启相同帧图片复用 ✓
  • 开启空白裁剪优化 ✓
  • 开启合图优化 ✓

Install

$ npm install -g gka                # install gka 

Usage

$ gka <dir> -t canvas [options]

Example

$ gka E:\gka-test\img -t canvas
BeforeAfter

./img
├── hello-01.png
├── hello-02.png
├── hello-03.png
├── hello-04.png
├── hello-05.png
└── ...

./gka-hello
└── gka.html
└── data.js
└── img
    └── gka_sprites.png

Use GKA

https://github.com/joeyguo/gka

Readme

Keywords

Package Sidebar

Install

npm i gka-tpl-canvas

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

5.22 kB

Total Files

6

Last publish

Collaborators

  • joeyguo