protomaps-leaflet
Version:
Vector tile rendering and labeling for [Leaflet](https://github.com/Leaflet/Leaflet).
11 lines (10 loc) • 309 B
TypeScript
/// <reference types="@types/css-font-loading-module" />
import { LabelRule } from "../labeler";
import { Rule } from "../painter";
declare const Toner: (variant: string) => {
tasks: Promise<FontFace>[];
paint_rules: Rule[];
label_rules: LabelRule[];
attribution: string;
};
export { Toner };