1.0.3 • Published 3 years ago
@oof2510/random-pokemon-image v1.0.3
@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);
An NPM package to get an image of a random Pokemon
const { randomPokeImg } = require("./index");
let img = randomPokeImg();
console.log(img);