UNPKG

paheal

Version:

Simple and user-friendly Wrapper of Rule 34 Paheal

9 lines (8 loc) 219 B
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()