JSPM

@gltf-transform/core

0.4.0-alpha.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 48490
  • Score
    100M100P100Q161438F
  • License MIT

glTF 2.0 SDK for JavaScript, TypeScript, and Node.js

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

Latest NPM release License

Part of the glTF-Transform project.

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');