gif-encoder-2 icon indicating copy to clipboard operation
gif-encoder-2 copied to clipboard

Encode GIFs with Node

Results 18 gif-encoder-2 issues
Sort by recently updated
recently updated
newest added

Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

I'm having an issue getting transparent to work for me. I'm creating GIFs from canvas data. The transparent will be fine for some frames and then not for others. I'm...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

setQuality set a wrong quality variable instead of the sample one

@benjaminadk You mention in the readme about getting an instance of canvas right from electron (instead of importing the canvas npm package). Do you have an example of how to...

Adds type definitions for TypeScript. This allows safer usage for any users writing their code in TypeScript. It also benefits regular JavaScript users as well, if they're using a supported...

Hi, I'd like to request a feature be added where we can directly pass a `Buffer` containing image data or a Base64 string containing image data to `addImage`. `canvas` could...

How create gif from base64? ``` var express = require('express'); var app = express(); var bodyParser = require('body-parser'); var urlencodedParser = bodyParser.urlencoded(({ limit: '250mb', extended: true, parameterLimit: 100 })); app.post('/',...