2.0.1 • Published 7 years ago

pokemon-images v2.0.1

Weekly downloads
105
License
MIT
Repository
github
Last release
7 years ago

pokemon-images

Images of pokemon from the pokemon api -> https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/7.png

usage

import Pokemon from 'pokemon-images';
var SquirtleImg = Pokemon.getSprite('squirtle');
console.log(SquirtleImg); // "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/7.png"

todo

  • add images based off of pokemon numbers
    • Pokemon.getSprite(7) === Pokemon.getSprite('squirtle')
  • upgrade package to es6
  • add all of the non default images (back, shiny etc.)
2.0.1

7 years ago

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago