0.0.1 • Published 8 years ago

pixiv-illust-buffer v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

pixiv-illust-buffer Build Status

fetch pixiv illust buffer

Installation

$ npm install --save pixiv-illust-buffer 

Usage

const pixiv = require('pixiv-illust-buffer');
const termImg = require('term-img');

pixiv('http://www.pixiv.net/member_illust.php?mode=medium&illust_id=46306910').then(buffer => {
	termImg(buffer);
});

License

MIT