1.0.0 • Published 10 months ago

hent-api v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Hent-API

exaple

const { bpink,
        ecchi,
        genshin,
        hentai,
        reco } = require("hent-api");


bpink().then(console.log).catch(err => console.log("Error"));
ecchi().then(console.log).catch(err => console.log("Error"));
genshin().then(console.log).catch(err => console.log("Error"));
hentai().then(console.log).catch(err => console.log("Error"));
reco().then(console.log).catch(err => console.log("Error"));
1.0.0

10 months ago