UNPKG

@threlte/core

Version:

A 3D framework for the web, built on top of Svelte and Three.js

5 lines (4 loc) 215 B
export { Scheduler, type Schedule, type CreateStageOptions } from './Scheduler.js'; export { Stage } from './Stage.js'; export { Task, type TaskCallback } from './Task.js'; export { type Key, DAG } from './DAG.js';