jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

port to node canvas #101

Closed GwenTinho closed 5 years ago

GwenTinho commented 5 years ago

Would open the possibility to render gif from backend from an array of images or do other manipulations without the need of a browser

1j01 commented 5 years ago

Check out these existing modules:

cancerberoSgx commented 5 years ago

@1j01 but then I need to use 2 different APIs to support both :(

GwenTinho commented 5 years ago

@1j01 Thx! The gifencoder worked for me as I could just add the array frame by frame from the canvas I used with node canvas, also very straight forward to use.