Gifshot Versions Save

JavaScript library that can create animated GIFs from media streams, videos, or images.

0.4.4

6 years ago

CSS Filters are now supported using the new filter option!

thehulk

You can find all the possible CSS filters here: https://developer.mozilla.org/en-US/docs/Web/CSS/filter

0.4.0

6 years ago

This release includes:

  • A Full ES6 rewrite with the help of Babel and Rollup
  • Updated gulp build (removed custom downloads)
  • Bug Fixes (turn off camera, broken images, etc)
  • New frameDuration option
  • Updated demo page (with a download button, updated options)

0.1.1

9 years ago

Fixed variable instantiation bug that was causing issues in Firefox Nightly.

0.1.0

9 years ago

Bug Fixes:

  • Make the gifWidth and gifHeight options consistent for all functionality. #17, #15
  • Fixed the interval option when working with existing images
  • Catch Firefox NS_ERROR_NOT_AVAILABLE errors when drawing the video element to the canvas
  • Fixed Firefox indexSizeError errors
  • Fixed existing images logic in Firefox
  • Fixed existing video logic in Safari 6

0.0.1

9 years ago

Public Release!