UNPKG
hentaifox
Version:
latest (1.0.1)
1.0.1
1.0.0
a Unofficial HentaiFox API
github.com/paukuman/hentaifox
paukuman/hentaifox
hentaifox
/
hent.js
6 lines
(5 loc)
•
150 B
JavaScript
View Raw
1
2
3
4
5
6
const
hf =
require
(
'./index.js'
); (
async
function
(
) {
let
test =
await
hf.
Search
(
'Bokki'
,
1
,
'popular'
);
console
.
log
(
JSON
.
stringify
(test)); })();