UNPKG

@loaders.gl/lerc

Version:

Framework-independent loader for LERC (Limited Error Raster Compression) files

7 lines (6 loc) 240 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors // LERC - Limited Error Raster Compression export const LERC_ERROR = 'lerc module is not esbuild compatible'; export { LERCLoader } from "./lerc-loader.js";