UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

13 lines (10 loc) 268 B
declare module "potpack" { declare type Bin = { x: number, y: number, w: number, h: number }; declare function potpack(bins: Array<Bin>): {w: number, h: number, fill: number}; declare module.exports: typeof potpack; }