UNPKG

transitive-js

Version:

A tool for generating dynamic stylized transit maps that are easy to understand.

7 lines (6 loc) 169 B
export default class SvgDisplay extends Display { constructor(transitive: any); svg: SVG.Doc; } import Display from "./display"; import SVG from "svg.js";