Closed donmccurdy closed 11 months ago
Example:
import { textureCompress } from '@gltf-transform/functions'; import sharp from 'sharp'; await document.transform( textureCompress({encoder: sharp, resize: 'nearest-pot'}) );
Example: