UNPKG

growtopia-api

Version:

An unofficial Growtopia API to gather item informations, name matches, sprites and server status.

3 lines (2 loc) 96 B
declare function getImage(input: string): Promise<string | undefined>; export default getImage;