0.0.4 • Published 7 years ago

gltf-transform-prune v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

glTF-Transform-Prune

Status Latest NPM release License Build Status

This module is part of the glTF-Transform project, where you can create PRs and issues.

Installation

npm install gltf-transform-prune
// ES6
import { prune } from 'gltf-transform-prune';

// CommonJS
const { prune } = require('gltf-transform-prune');
0.0.4

7 years ago