@mediapipe/tasks-vision 1.0.1-rc.20260730 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -0
- package/package.json +1 -1
- package/vision.d.ts +1 -1
- package/vision_bundle.cjs +1 -1
- package/vision_bundle.cjs.map +1 -1
- package/vision_bundle.js +1 -1
- package/vision_bundle.mjs +1 -1
- package/vision_bundle.mjs.map +1 -1
- package/wasm/vision_wasm_internal.js +10 -10
- package/wasm/vision_wasm_internal.wasm +0 -0
- package/wasm/vision_wasm_module_internal.js +10 -10
- package/wasm/vision_wasm_module_internal.wasm +0 -0
- package/wasm/vision_wasm_nosimd_internal.js +10 -10
- package/wasm/vision_wasm_nosimd_internal.wasm +0 -0
- package/LICENSE +0 -218
- package/NOTICE +0 -30347
- package/vision_bundle.js.map +0 -1
package/README.md
CHANGED
|
File without changes
|
package/package.json
CHANGED
package/vision.d.ts
CHANGED
|
@@ -2823,7 +2823,7 @@ declare abstract class TaskRunner {
|
|
|
2823
2823
|
protected constructor();
|
|
2824
2824
|
/** Configures the task with custom options. */
|
|
2825
2825
|
abstract setOptions(options: TaskRunnerOptions): Promise<void>;
|
|
2826
|
-
enableLogging(
|
|
2826
|
+
enableLogging(options: TaskRunnerOptions): void;
|
|
2827
2827
|
/**
|
|
2828
2828
|
* Closes and cleans up the resources held by this task.
|
|
2829
2829
|
* @export
|