gifsicle icon indicating copy to clipboard operation
gifsicle copied to clipboard

Is there a JavaScript port of gifsicle ?

Open cuixiping opened this issue 3 years ago • 3 comments

We can use gifsicle in web browser if there is a JavaScript port of gifsicle.

cuixiping avatar Jul 16 '20 10:07 cuixiping

@cuixiping Someone attempted a WASM port a while ago here: https://github.com/kohler/gifsicle/issues/148

To port an existing library to work with Web Assembly is a bit of an art form in fine-tuning and debugging. Would love to see a GIF library officially compiling down to wasm 🤞

jamsinclair avatar Nov 04 '20 12:11 jamsinclair

@cuixiping Here is a port to JS: https://github.com/zx6733090/gifmin

chebum avatar Oct 26 '21 12:10 chebum