UNPKG

s2maps-gpu

Version:

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

9 lines (8 loc) 290 B
export * from './adjustURL.js'; export * from './hash.js'; /** * Check if the browser is Safari or not * @param window - The window object * @returns true if the browser is Safari */ export const isSafari = (window) => /^((?!chrome|android).)*safari/i.test(window.navigator.userAgent);