UNPKG

porn-picture

Version:
41 lines (30 loc) 928 B
# This module ## porn-picture allow you to shearch Porn/hentai/r34 content with a symple systeme and a big API <br> <br> ## Import module <br> ```js const pornpic = require('porn-picture') ``` <br> ## Find image #### all function must be start with await ^^ <br> ```js const pornpic = require('porn-picture') async function getImage() { let random = await pornpic.nsfw.random() let thighs = await pornpic.nsfw.thighs() let ass = await pornpic.nsfw.ass() let panties = await pornpic.nsfw.panties() let cosplay = await pornpic.nsfw.cosplay() let pussy = await pornpic.nsfw.pussy() let teen = await pornpic.nsfw.teen() let catGirl = await pornpic.nsfw.catGirl() let rule34 = await pornpic.hentai.rule34() let hentai = await pornpic.hentai.random() console.log(random,thighs,ass,cosplay,pussy,teen,catGirl,rule34,hentai) } getImage() ```