@oof2510/random-pokemon-image
v1.0.3
Published
Gets an image of a random pokemon
Readme
@oof2510/random-pokemon-image
An NPM package to get an image of a random Pokemon
Example
const { randomPokeImg } = require("./index");
let img = randomPokeImg();
console.log(img);