Skip to content

Commit 2d37fe8

Browse files
committed
rev 2.0.2
1 parent 3dfde8a commit 2d37fe8

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# PokéAPI Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://veekun.com/dex/media/pokemon/global-link/235.png' height=50px/></a>
1+
# PokéAPI SVG and GIF Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world/235.svg' height=50px/></a>
2+
3+
_This project is a fork of https://github.com/PokeAPI/sprites
4+
to publish SVG and GIF on npmjs.org and https://unpkg.com CDN_
5+
6+
https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world/87.svg
27

3-
This project is a fork of https://github.com/PokeAPI/sprites to publish SVG and GIF on npmjs.org and https://unpkg.com CDN
8+
<img src="https://unpkg.com/pokeapi-sprites@2.0.2/sprites/pokemon/other/dream-world/25.svg" alt="pikachu"/>
9+
10+
<hr/>
11+
12+
_Original project README_
13+
# PokéAPI Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://veekun.com/dex/media/pokemon/global-link/235.png' height=50px/></a>
414

515

616
To save load on PokéAPI, we host all the sprite images here.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pokeapi-sprites",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "pokemon SVG and GIF for https://pokeapi.co",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)