UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

9 lines 291 B
import { availableParallelism } from 'os'; globalThis.navigator ??= { userAgent: 'local', platform: 'MacIntel', // @ts-expect-error - GPU is not defined for our use case gpu: undefined, hardwareConcurrency: availableParallelism(), }; //# sourceMappingURL=navigator.js.map