0

Is it possible to resize an animated base64 with JavaScript on the client side.

Daniel Izhar
  • 130
  • 1
  • 12

1 Answers1

0

A gif is just an image, so yes you can use vanilla javascript to resize it, without the need for an npm package.

WizardCoder
  • 3,353
  • 9
  • 20