UNPKG

stac-layer

Version:

Visualize a STAC Item or Collection on a Leaflet Map

8 lines (6 loc) 185 B
import { DynamicClient } from "dynamic-client"; export default async function TiTiler({ url }) { const client = new DynamicClient({ url }); await client.init(); return client; }