0.0.4 • Published 6 years ago
gltf-transform-split v0.0.4
glTF-Transform-Split
This module is part of the glTF-Transform project, where you can create PRs and issues.
Installation
npm install gltf-transform-split
// ES6
import { split } from 'gltf-transform-split';
// CommonJS
const { split } = require('gltf-transform-split');