Skip to content

hdragomir/GifWriter.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GifWriter.js

GIF (version 89a) Encoder written in TypeScript

Requirements

To build GifWriter.js, following tools are needed:

  • Build tool: jake
  • TypeScript Compiler: tsc

To run tests, following libraries are needed:

These dependencies managed by npm. (see: package.json)

Build and Test

Jake, the build tool for Node.js is used.

To build, execute:

$ jake

To run all tests available on command line interface:

$ jake test:all

To see all tasks:

$ jake --tasks

License

This software is published under The MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published