Demo showcasing exporting a glTF from a WebWorker (Three.js PR)
This demo works should work in all modern browsers, it will only use the WebWorker if your browser supports OffscreenCanvas. At the time of publishing, only Chromium-based browsers support OffscreenCanvas.
cd three-gltf-exporter-webworker
npm install
npm run dev