UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

10 lines (9 loc) 381 B
// eslint-disable-next-line @typescript-eslint/naming-convention export function _testFinish(): void { window.dispatchEvent(new Event('threepipe-test-finished')) document.body.classList.add('_testFinish') } // eslint-disable-next-line @typescript-eslint/naming-convention export function _testStart(): void { window.dispatchEvent(new Event('threepipe-test-started')) }