@loaders.gl/worker-utils
Version:
Utilities for running tasks on worker threads
6 lines • 343 B
JavaScript
const DEFAULT_VERSION = 'latest';
export const VERSION = typeof "3.4.15" !== 'undefined' ? "3.4.15" : DEFAULT_VERSION;
if (typeof "3.4.15" === 'undefined') {
console.error('loaders.gl: The __VERSION__ variable is not injected using babel plugin. Latest unstable workers would be fetched from the CDN.');
}
//# sourceMappingURL=version.js.map