docs: clean upload documentation
This commit is contained in:
+1
-2
@@ -7,8 +7,7 @@ const execFileAsync = promisify(execFile)
|
||||
|
||||
/**
|
||||
* Compress a GLTF/GLB model using Blender's Draco compression.
|
||||
* Returns { success: true } on success, or { success: false, error } on failure.
|
||||
* GLB Draco is explicit: callers should fail instead of silently pushing heavy assets.
|
||||
* Returns a structured result so callers can decide whether to fall back or stop.
|
||||
*/
|
||||
export async function compressWithBlender(
|
||||
inputPath: string,
|
||||
|
||||
Reference in New Issue
Block a user