UNPKG
paheal
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Simple and user-friendly Wrapper of Rule 34 Paheal
discord.gg/Cak7GBJ
paheal
/
test
/
test.js
9 lines
(8 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
library =
require
(
'../'
)
const
paheal =
new
library
()
async
function
check
(
) { paheal.
search
(
'dev'
).
then
(
console
.
log
) paheal.
getMedia
(
'0'
).
then
(
console
.
log
) paheal.
byAuthor
(
'noname'
) }
check
()