Skip to content

Commit

Permalink
rev 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sashafirsov committed Dec 4, 2021
1 parent 3dfde8a commit 2d37fe8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# 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>
# PokéAPI SVG and GIF Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://unpkg.com/[email protected]/sprites/pokemon/other/dream-world/235.svg' height=50px/></a>

_This project is a fork of https://github.com/PokeAPI/sprites
to publish SVG and GIF on npmjs.org and https://unpkg.com CDN_

https://unpkg.com/[email protected]/sprites/pokemon/other/dream-world/87.svg

This project is a fork of https://github.com/PokeAPI/sprites to publish SVG and GIF on npmjs.org and https://unpkg.com CDN
<img src="https://unpkg.com/[email protected]/sprites/pokemon/other/dream-world/25.svg" alt="pikachu"/>

<hr/>

_Original project README_
# 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>


To save load on PokéAPI, we host all the sprite images here.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokeapi-sprites",
"version": "2.0.1",
"version": "2.0.2",
"description": "pokemon SVG and GIF for https://pokeapi.co",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2d37fe8

Please sign in to comment.