Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
* PokeAPI explorer updates
  • Loading branch information
sashafirsov committed Dec 19, 2021
1 parent 8a6f7cb commit 825a4a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# 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>
# PokéAPI SVG and GIF Sprites <a href="https://pokeapi.co/api/v2/pokemon/smeargle"><img src='https://unpkg.com/pokeapi-sprites@2.0.4/sprites/pokemon/other/dream-world/235.svg' height=50px/></a>

[![NPM version][npm-image]][npm-url]

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

https://unpkg.com/pokeapi-sprites@2.0.3/sprites/pokemon/other/dream-world/87.svg
https://unpkg.com/pokeapi-sprites@2.0.4/sprites/pokemon/other/dream-world/87.svg

Sample of use : [PokéAPI Explorer]([PokeApi-explorer-url])
Sample of use : [PokéAPI Explorer][PokeApi-explorer-url]:
[![PokéAPI Explorer][PokeApi-explorer-image]][PokeApi-explorer-url]



<hr/>

_Original project README_
Expand Down Expand Up @@ -271,5 +272,5 @@ We would like to thank the [Smogon community](https://www.smogon.com/) for allow

[npm-image]: https://img.shields.io/npm/v/pokeapi-sprites.svg
[npm-url]: https://npmjs.org/package/pokeapi-sprites
[PokeApi-explorer-image]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.png
[PokeApi-explorer-url]: https://unpkg.com/css-chain-test@1.0.7/src/PokeApi-Explorer.html
[PokeApi-explorer-image]: https://unpkg.com/css-chain-test@1.0.8/src/PokeApi-Explorer.png
[PokeApi-explorer-url]: https://unpkg.com/css-chain-test@1.0.8/src/PokeApi-Explorer.html
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.3",
"version": "2.0.4",
"description": "pokemon SVG and GIF for https://pokeapi.co",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 825a4a4

Please sign in to comment.