sharp
sharp copied to clipboard
create gif using multiple images
Feature request
What are you trying to achieve?
I am trying to create gif using multiple images but the gif is being created with only one image. I did something like
await sharp(inputs[0].input,{animated: true}).composite(inputs).gif().toFile(outputGifPath);