From 6cf3cd22b1ac35f445f29fb031c97f65606d8732 Mon Sep 17 00:00:00 2001 From: Tosin Amuda Date: Thu, 7 Nov 2024 15:04:36 +0100 Subject: [PATCH] fix(scale): Scaleslider DOM is needed in main.js In main.js, scaleSlider is needed which result into an undefined error --- examples/video-object-detection/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/video-object-detection/index.html b/examples/video-object-detection/index.html index bd731f32c..0c4e8dfc8 100644 --- a/examples/video-object-detection/index.html +++ b/examples/video-object-detection/index.html @@ -34,10 +34,16 @@


+
+ + () +
+ +
- \ No newline at end of file +