gif-finder

1.7.0 • Public • Published

This module

gifFinder allow you to find gif by one key word in js



Import module


const gifFinder = require('gif-finder').gifFinder

Find gif

all function must be start with await ^^


const gifFinder = require('gif-finder').gifFinder

async function getGif() {
    let res = await gifFinder('shearch')

    console.log(res)
}

getGif()

/gif-finder/

    Package Sidebar

    Install

    npm i gif-finder

    Weekly Downloads

    1

    Version

    1.7.0

    License

    ISC

    Unpacked Size

    5.44 kB

    Total Files

    6

    Last publish

    Collaborators

    • yokachi