UNPKG

s2maps-gpu

Version:

S2 Maps GPU - An open source, high-performance, and GPU-accelerated map engine for rendering large-scale, interactive maps.

14 lines (13 loc) 424 B
import './workers/workerPoolFlat.js'; export { default as S2Map } from './s2Map.js'; export * from './s2Map.js'; export * from './style/style.spec.js'; export * from './util/index.js'; export type * from './workers/worker.spec.js'; /** * Creator of the library: * Github handle - @CraigglesO * LinkedIn - https://www.linkedin.com/in/craig-oconnor/ * Alias - Mr. Martian */ export declare const creator = "Mr. Martian";