JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q78310F
  • License MIT

Generate Keyframes Animation

Package Exports

  • gka

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (gka) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gka

Generate Keyframes Animation

Install

Install node then:

$ npm install -g gka

Linux/Mac users may need to run the above with sudo

Usage

$ gka <options> <files>

-f, --folder <string> image folder
-r, --rename <string>   
 

Examples

$ gka -r [name] -f [filepath]

or

Sprites
$ gka -r [name] -f [filepath] -s true

Test

$ node test -r [name] -f [filepath]