@meepen/pokeapi-static
v1.0.0
Published
A TypeScript-enabled static PokeAPI
Maintainers
Readme
pokeapi-static
pokeapi-static provides the data from PokeAPI as TypeScript enabled classes.
The data provided is prebuilt from the API and there is no remote connectivity utilized at runtime, perfect for game utilization.
Usage in another package
- Add as a dependency:
@meepen/pokeapi-static - If you need images, run
npx @meepen/pokeapi-static copy-images <outdir>
