gka-tpl-svg

1.2.0 • Public • Published

gkatemplatew

gka-tpl-svg

gka 文件生成模板,一键式生成可自适应缩放 css keyframes 序列帧动画文件(基于svg),并内置优化。

在线示例  示例代码

内置优化

  • 开启图片裁剪优化 ✓
  • 开启合图优化 ✓
  • 开启相同帧图片复用 ✓
  • 支持自适应 ✓

Install

$ npm install -g gka                # install gka 

Usage

$ gka <dir> -t svg [options]

Example

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

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

./gka-img
└── gka.html
└── gka.css
└── img
    └── sprites.png

Use GKA

https://github.com/joeyguo/gka

Package Sidebar

Install

npm i gka-tpl-svg

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

4.99 kB

Total Files

7

Last publish

Collaborators

  • joeyguo