get-pokemon-images

get images and other information of a pokemon simply with this module!

Usage no npm install needed!

<script type="module">
  import getPokemonImages from 'https://cdn.skypack.dev/get-pokemon-images';
</script>

README

get images and other information of a pokemon simply with this module

how to use:

var getPokeSprite = require("get-pokemon-images");  
var Pokedex = require("pokedex-promises-v2");  
var P = new Pokedex();  
console.log(getPokeSprite.getPoke(P,/*Pokemon pokedex number here*/ ).sprites.front_default);  

this code will give you the url of the image