gif-finder
v1.7.0
Published
<br> <br>
Downloads
6
Maintainers
Readme
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()