This package has been deprecated

Author message:

Renamed to @gltf-transform/functions in v0.11+.

@gltf-transform/lib
TypeScript icon, indicating that this package has built-in type declarations

0.10.3 • Public • Published

@gltf-transform/lib

Latest NPM release Minzipped size License

Part of the glTF-Transform project.

Installation

Install:

npm install --save @gltf-transform/lib

Import:

// ES6
import { dedup } from '@gltf-transform/lib';

// CommonJS
const { dedup } = require('@gltf-transform/lib');

// Use.
await document.transform(dedup({textures: true, accessors: false}));

Package Sidebar

Install

npm i @gltf-transform/lib

Weekly Downloads

43

Version

0.10.3

License

MIT

Unpacked Size

368 kB

Total Files

43

Last publish

Collaborators

  • donmccurdy