Fixes a typo when using the CLI optimize command for KTX2 compression. Extends non-GPU texture compression commands to support WebP and AVIF as input formats. Simplifies syntax:
# before
gltf-transform webp in.glb out.glb --formats "image/png" --lossless
# after
gltf-transform webp in.glb out.glb --formats "png" --lossless
Fixes a typo when using the CLI
optimize
command for KTX2 compression. Extends non-GPU texture compression commands to support WebP and AVIF as input formats. Simplifies syntax: