1.24.0 • Published 9 months ago
@archie0732/pixivcrawler v1.24.0
@archie0732/pixivcrawler
To install dependencies:
npm i @archie0732/pixivcrawler
Get doujin infor
import a7Pixiv from "@archie0732/pixivcrawler";
a7Pixiv.getArtworkImage(1234).then(console.log);
or Download this image
a7Pixiv.getArtworkImage(1234).then(async (e) => e.download("./save"));