merunyaa.xyz

1.0.1 • Public • Published

merunyaa.xyz

Used for parsing images from merunyaa.xyz / generate random image

Usage

import { parse, random } from 'merunyaa.xyz';

parse('9259')
  .then(images => {
    console.log(images.join(',\n'))
  });

random()
  .then(images => {
    console.log(images.join(',\n'))
  });

Package Sidebar

Install

npm i merunyaa.xyz

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.99 kB

Total Files

5

Last publish

Collaborators

  • haruusyren