import {createLoaderWorker} from '@loaders.gl/loader-utils';
import {PLYLoader} from '../index';

createLoaderWorker(PLYLoader);
