@loaders.gl/i3s
Version:
i3s .
6 lines • 329 B
JavaScript
// Polyfills increases the bundle size significantly. Use it for NodeJS worker only
import '@loaders.gl/polyfills';
import { createLoaderWorker } from '@loaders.gl/loader-utils';
import { I3SContentLoader } from "../i3s-content-loader.js";
createLoaderWorker(I3SContentLoader);
//# sourceMappingURL=i3s-content-worker-node.js.map