nobuoka / GifWriter.js

GIF (version 89a) Encoder written in TypeScript

Home Page:https://nobuoka.github.io/GifWriter.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GIF (version 89a) Encoder written in TypeScript

https://nobuoka.github.io/GifWriter.js/

License:MIT License


Languages

Language:TypeScript 100.0%