Package Exports
- @gltf-transform/core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gltf-transform/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@gltf-transform/core
Part of the glTF-Transform project.
- GitHub: https://github.com/donmccurdy/glTF-Transform
- Documentation: https://gltf-transform.donmccurdy.com/
Installation
Install:
npm install --save @gltf-transform/core
Import:
// ES6
import { Document, Scene, WebIO } from '@gltf-transform/core';
// CommonJS
const { Document, Scene, WebIO } = require('@gltf-transform/core');