UNPKG

s2maps-gpu

Version:

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

13 lines (12 loc) 400 B
import './workers/workerPool.js'; export { default as S2Map } from './s2Map.js'; export * from './s2Map.js'; export * from './style/style.spec.js'; export * from './util/index.js'; /** * Creator of the library: * Github handle - @CraigglesO * LinkedIn - https://www.linkedin.com/in/craig-oconnor/ * Alias - Mr. Martian */ export const creator = 'Mr. Martian'; // I'm a martian, I come from Mars