@giphy/js-util
v5.2.0
Published
Shared giphy js utils
Downloads
320,499
Readme
@giphy/js-util
More coming soon:
getAltText - get the alt text we display for gifs
bestfit - finds image rendition that best fits a given width and height
getBestRendition - get the best rendition object based on a width and height (uses bestfit)
getBestVideo - get the best video rendition object based on a width and height (uses bestfit)
getBestRenditionUrl - get the best rendition url based on a width and height, also factors in webp availability and if you're using video (uses getBestRendition)
getGifHeight - quick way to get the height for a gif based on a provided width
getGifWidth - quick way to get the width for a gif based on a provided height
getSpecificRendition - get a specific rendition but factor in webp, sticker and video
collections (lodash replacements)
- mapValues (map for objects)
- take
- forEach (forEach for objects)
- without
- pick