| 1 | import { Document, Primitive as PrimitiveDef } from '@gltf-transform/core'; |
| 2 | import { DocumentView, NullImageProvider } from '@gltf-transform/view'; |
| 3 | import test from 'ava'; |
| 4 | import { JSDOM } from 'jsdom'; |
nothing calls this directly
no test coverage detected