New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@gltf-transform/cli

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gltf-transform/cli

CLI interface to glTF Transform

npmnpm
Version
3.0.0-alpha.5
Version published
Weekly downloads
78K
-19.97%
Maintainers
1
Weekly downloads
 
Created
Source

@gltf-transform/cli

Latest NPM release License

Part of the glTF-Transform project.

Quickstart

Install the CLI, supported in Node.js v14+.

npm install --global @gltf-transform/cli

List available CLI commands:

gltf-transform --help

Compress mesh geometry with Draco:

gltf-transform draco input.glb output.glb --method edgebreaker

Resize and compress textures with Sharp:

gltf-transform resize input.glb output.glb --width 1024 --height 1024
gltf-transform webp input.glb output.glb --slots "baseColor"

... and much more.

Credits

See Credits.

License

Copyright 2023, MIT License.

FAQs

Package last updated on 16 Feb 2023

Related posts