/GifWriter.js

GIF (version 89a) Encoder written in TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

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.