UNPKG

discord-mudlet-map

Version:

This little library helps with Discord bot configuration to provide small Mudlet map fragment images with given location.

4 lines 229 B
import { MapReader } from "mudlet-map-renderer"; import type { MapProvider } from "./types.js"; export declare function prepareMap(key: string, provider: MapProvider): Promise<MapReader>; //# sourceMappingURL=prepare-map.d.ts.map