merunyaa.xyz
v1.0.1
Published
merunyaa.xyz JS package
Downloads
4
Maintainers
Readme
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'))
});