Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.12 KB

README.markdown

File metadata and controls

49 lines (30 loc) · 1.12 KB

GifWriter.js

Build Status CircleCI codecov

GIF (version 89a) Encoder written in TypeScript.

For npm users

This library is published to npm repository as gif-writer. Please see following page:

For library developers

Build system requirements

At first, you need to install Java Runtime Environment:

Build and Test

To build, execute:

$ ./gradlew assemble

To run all tests available on command line interface:

$ ./gradlew check

To see all tasks:

$ ./gradlew tasks

License

This software is published under The MIT License.