Files
yawn/examples/starterScene.ts
T

4 lines
104 B
TypeScript

import { handleConnection } from "../core/connection/workerThread";
self.onmessage = handleConnection;