index.js 262 B

1234567
  1. /* eslint-disable import/no-internal-modules */
  2. export * from "./glTFFileLoader.js";
  3. export * from "./glTFValidation.js";
  4. import * as GLTF1 from "./1.0/index.js";
  5. import * as GLTF2 from "./2.0/index.js";
  6. export { GLTF1, GLTF2 };
  7. //# sourceMappingURL=index.js.map