UNPKG

@uwdata/mosaic-plot

Version:

A Mosaic-powered plotting framework based on Observable Plot.

10 lines 325 B
/** * Patch the getScreenCTM method to memoize the last non-null * result seen. This will let the method continue to function * even after the node is removed from the DOM. */ export function patchScreenCTM(): void; export class patchScreenCTM { getScreenCTM: () => any; } //# sourceMappingURL=patchScreenCTM.d.ts.map