All Projects → nobuoka → GifWriter.js

nobuoka / GifWriter.js

Licence: MIT license
GIF (version 89a) Encoder written in TypeScript

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to GifWriter.js

Password Generator
🔄 Simple password generator class library in C# 6.0, use for generate your own password! 📗
Stars: ✭ 21 (-48.78%)
Mutual labels:  gif
tube2gif
Search and Generate Gif from Youtube
Stars: ✭ 21 (-48.78%)
Mutual labels:  gif
durdraw
Animated Unicode, ANSI and ASCII Art Editor for Linux/Unix/macOS
Stars: ✭ 55 (+34.15%)
Mutual labels:  gif
lila-gif
Webservice to render Gifs of chess positions and games, and stream them frame by frame
Stars: ✭ 63 (+53.66%)
Mutual labels:  gif
easevalidation
javascript validation library
Stars: ✭ 14 (-65.85%)
Mutual labels:  javascript-library
glips
screen clip to gif on web
Stars: ✭ 18 (-56.1%)
Mutual labels:  gif
harsh
Hashids implementation in Rust
Stars: ✭ 48 (+17.07%)
Mutual labels:  javascript-library
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (-36.59%)
Mutual labels:  javascript-library
ImagerJs
A JavaScript library for uploading images using drag & drop. Crop, rotate, resize, or shrink your image before uploading.
Stars: ✭ 101 (+146.34%)
Mutual labels:  javascript-library
react-picture-annotation
A simple annotation component.
Stars: ✭ 53 (+29.27%)
Mutual labels:  javascript-library
img2gcode
convert jpg, png,gif to gcode with nodejs and jimp
Stars: ✭ 31 (-24.39%)
Mutual labels:  gif
KGySoft.Drawing
KGy SOFT Drawing is a library for advanced image, icon and graphics handling.
Stars: ✭ 27 (-34.15%)
Mutual labels:  gif
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (+9.76%)
Mutual labels:  javascript-library
blaver
A JavaScript library built on top of the Faker.JS library. It generates massive amounts of fake data in the browser and node.js.
Stars: ✭ 112 (+173.17%)
Mutual labels:  javascript-library
aws-amplify-react-custom-ui
Building a Custom UI Authentication For AWS Amplify
Stars: ✭ 21 (-48.78%)
Mutual labels:  javascript-library
tarballjs
Javascript library to create or read tar files in the browser
Stars: ✭ 24 (-41.46%)
Mutual labels:  javascript-library
sqlweb
SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.
Stars: ✭ 38 (-7.32%)
Mutual labels:  javascript-library
ethairballoons
A strictly typed ORM library for Ethereum blockchain.
Stars: ✭ 27 (-34.15%)
Mutual labels:  javascript-library
Waifu2x-GUI
An app that upscales anime-styled images, gifs, and videos with waifu2x.
Stars: ✭ 89 (+117.07%)
Mutual labels:  gif
Countdown-Gif-Generator
Generates a gif of a countdown clock at the endpoint that can be used on websites and in emails
Stars: ✭ 21 (-48.78%)
Mutual labels:  gif

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].