| 1 | import { readFile, writeFile } from 'node:fs/promises'; |
| 2 | import { styleText } from 'node:util'; |
| 3 | import { type Logger, NodeIO, PropertyType, type Transform, VertexLayout, type vec2 } from '@gltf-transform/core'; |
| 4 | import { |
nothing calls this directly
no test coverage detected