From 2d37fe82b935c0caff28070e70f201f1b19ff438 Mon Sep 17 00:00:00 2001 From: suns Date: Fri, 3 Dec 2021 18:32:50 -0800 Subject: [PATCH] rev 2.0.2 --- README.md | 14 ++++++++++++-- package.json | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5a4abf824..54bb495915 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -# PokéAPI Sprites +# PokéAPI SVG and GIF Sprites + +_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/pokeapi-sprites@2.0.2/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 +pikachu + +
+ +_Original project README_ +# PokéAPI Sprites To save load on PokéAPI, we host all the sprite images here. diff --git a/package.json b/package.json index ea9ca04ec4..8d080b01ca 100644 --- a/package.json +++ b/package.json @@ -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": {