1.2.0 • Published 4 years ago

gifs-pro v1.2.0

Weekly downloads
56
License
ISC
Repository
-
Last release
4 years ago

Gifs Pro

Get a Random Gif simple and Easily by using this package.

Example #1

const gifs = require("gifs-pro"); // require the package

const SlapGif = gifs.getSlapGif(); //slap gif
const ClapGif = gifs.getClapGif(); // clap gif
const HugGif = gifs.getHugGif(); // hug gif

console.log(SlapGif);
console.log(ClapGif);
console.log(HugGif);

Example #2

import gifs from "gifs-pro";

gifs.getSlapGif();
gifs.getClapGif();
gifs.getHugGif();

  • Slaping Gif = getSlapGif()
  • Clapping Gif = getClapGif()
  • Hugging Gif = getHugGif()

New Typescript version!


1.2.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago