giphy-gif
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

GiphyGif

This module gets a direct link to a Giphy gif that can be embedded or downloaded

Installation

# Via npm:
npm i giphy-gif
# Via yarn:
yarn add giphy-gif

Usage

import { GiphyGif } from 'giphy-gif';

const gif = GiphyGif.getDirectLink('https://giphy.com/gifs/life-gets-down-olAik8MhYOB9K');

console.info(gif);

/* Checks */

const isDirectImage1 = GiphyGif.isDirectImage('https://giphy.com/gifs/life-gets-down-olAik8MhYOB9K');

console.info(isDirectImage1); // false

const isDirectImage2 = GiphyGif.isDirectImage(gif);

console.info(isDirectImage2); // true

Supported urls

Package Sidebar

Install

npm i giphy-gif

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

14.8 kB

Total Files

10

Last publish

Collaborators

  • admaers