https://github.com/jalyna/oakdex-pokedex-sprites
Pokemon Sprites Gen 1-7
https://github.com/jalyna/oakdex-pokedex-sprites
images pokedex pokemon sprites
Last synced: 4 months ago
JSON representation
Pokemon Sprites Gen 1-7
- Host: GitHub
- URL: https://github.com/jalyna/oakdex-pokedex-sprites
- Owner: jalyna
- License: other
- Created: 2017-03-19T09:39:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T14:53:03.000Z (over 7 years ago)
- Last Synced: 2025-06-01T07:51:00.497Z (5 months ago)
- Topics: images, pokedex, pokemon, sprites
- Language: JavaScript
- Size: 359 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# oakdex-pokedex-sprites
[](https://travis-ci.org/jalyna/oakdex-pokedex-sprites) [](https://codeclimate.com/github/jalyna/oakdex-pokedex-sprites) [](https://codeclimate.com/github/jalyna/oakdex-pokedex-sprites)
This Sprites Database can be used together with [oakdex-pokedex](https://github.com/jalyna/oakdex-pokedex). Per folder the images follow this schema:
- `000.extension` for every pokemon
- `000-mega.extension` for default mega evolution
- `000-custom-mega.extension` for pokemon with custom mega evolution (defined with `image_suffix`)
- `000-custom.extension` for pokemon with variations (defined with `image_suffix`)## Getting Started
### Npm
```
npm install oakdex-pokedex-sprites --save
```