mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
6 lines
229 B
JavaScript
6 lines
229 B
JavaScript
import { Matrix } from "./Matrix";
|
|
import inclusions from "./inclusions";
|
|
import * as reglRenderer from "./regl/main";
|
|
import * as webgpuRenderer from "./webgpu/main";
|
|
export { inclusions, reglRenderer, webgpuRenderer, Matrix };
|