@archie0732/pixivcrawler
v1.24.0
Published
u can download pixiv picture by pixiv artwork's id
Downloads
107
Readme
@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"));