Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
* PokeAPI explorer
  • Loading branch information
sashafirsov committed Dec 18, 2021
1 parent 870f02e commit 8a6f7cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
[![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 and https://unpkg.com CDN_
to publish SVG and GIF on [npmjs.org](https://npmjs.org) and [unpkg.com](https://unpkg.com) CDN_

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

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

<img src="https://unpkg.com/[email protected]/sprites/pokemon/other/dream-world/25.svg" alt="pikachu"/>

<hr/>

Expand Down Expand Up @@ -269,3 +271,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/[email protected]/src/PokeApi-Explorer.png
[PokeApi-explorer-url]: https://unpkg.com/[email protected]/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.2",
"version": "2.0.3",
"description": "pokemon SVG and GIF for https://pokeapi.co",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8a6f7cb

Please sign in to comment.