popute-random-img

プテピピックの画像をランダムで取得

Usage no npm install needed!

<script type="module">
  import poputeRandomImg from 'https://cdn.skypack.dev/popute-random-img';
</script>

README

popute-random-img Build Status

ポプテピピックの画像をランダムで取得

screenshot

Installation

$ npm install popute-random-img

CLI

$ ppt-img

Usage

const termImg = require('term-img');
const poputeRandomImg = require('popute-random-img');

poputeRandomImg().then(img => {
    termImg(img);
});

License

MIT