1.7.0 • Published 2 years ago

gif-finder v1.7.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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()