Skip to main content
Module

x/map/mod.ts>Map

Box of tools for handling map
Latest
class Map
import { Map } from "https://deno.land/x/map@v0.0.1/mod.ts";

Constructors

new
Map(
width: number,
height: number,
options?: Partial<MapOptions>,
)

Properties

readonly
svg
tiles: Tile[]
viewbox: string