UNPKG

@loaders.gl/pmtiles

Version:

Framework-independent loader for the pmtiles format

8 lines (7 loc) 375 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors // Version constant cannot be imported, it needs to correspond to the build version of **this** module. // __VERSION__ is injected by babel-plugin-version-inline // @ts-ignore TS2304: Cannot find name '__VERSION__'. export const VERSION = typeof "4.3.3" !== 'undefined' ? "4.3.3" : 'latest';