Skip to content

IvanAdmaers/giphy-gif

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published