| 1 | import { Document, MathUtils, type mat4, type vec3, type vec4 } from '@gltf-transform/core'; |
| 2 | import { cloneDocument } from '@gltf-transform/functions'; |
| 3 | import { createPlatformIO } from '@gltf-transform/test-utils'; |
| 4 | import test from 'ava'; |
nothing calls this directly
no test coverage detected