This package has been deprecated

Author message:

No longer working, use https://www.npmjs.com/package/@shineiichijo/nhentai-ts

@shineiichijo/nhentai-pdf
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

nhentai-pdf

I don't own this project. This is just a fork of nhentai-pdf

NPM package to be used for getting the holy numbers in pdf 🌚 Welcome to the Darkness

Methods Availables:

validate:

it checks if the doujin exists.
returns boolean

fetch:

it fetches the doujin information.
returns a promise

save:

it sends the buffer as a pdf.
returns a promise

Usage:

const { Doujin } = require('@shineiichijo/nhentai-pdf')
const doujin = new Doujin('https://nhentai.net/g/366327/')
doujin.validate().then(console.log)
doujin.fetch().then(console.log)
doujin.save().then(console.log)

Package Sidebar

Install

npm i @shineiichijo/nhentai-pdf

Weekly Downloads

31

Version

1.0.5

License

AGPL-3.0

Unpacked Size

54.4 kB

Total Files

20

Last publish

Collaborators

  • shineiichijo