From 25e8fa2a6e01ca37cb5cd7b712792c47c600d089 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Tue, 31 Oct 2023 16:15:55 +0800 Subject: [PATCH 1/6] update --- customize-ui/customize-ui.html | 528 +++++++++++++ .../{index.html => minimum-element.html} | 20 +- customize-ui/ui.html | 744 ------------------ 3 files changed, 539 insertions(+), 753 deletions(-) create mode 100644 customize-ui/customize-ui.html rename customize-ui/{index.html => minimum-element.html} (60%) delete mode 100644 customize-ui/ui.html diff --git a/customize-ui/customize-ui.html b/customize-ui/customize-ui.html new file mode 100644 index 0000000..6daa2fb --- /dev/null +++ b/customize-ui/customize-ui.html @@ -0,0 +1,528 @@ + + + + + + + Dynamsoft Camera Enhancer Sample - Customize UI + + + + + +

Customized UI

+
+
+
+ + + + +
+
+
    +
    +
    +
    +
    + + + + +
    +
    +
      +
    • +
    • ask 1920 x 1080
    • +
    • ask 1280 x 720
    • +
    • ask 640 x 480
    • +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    + + + diff --git a/customize-ui/index.html b/customize-ui/minimum-element.html similarity index 60% rename from customize-ui/index.html rename to customize-ui/minimum-element.html index aaebaae..2f4b243 100644 --- a/customize-ui/index.html +++ b/customize-ui/minimum-element.html @@ -2,26 +2,28 @@ + - Dynamsoft Camera Enhancer Sample - Customize UI + Dynamsoft Camera Enhancer Sample - Minimum Element +
    +
    +
    diff --git a/customize-ui/ui.html b/customize-ui/ui.html deleted file mode 100644 index 4a31778..0000000 --- a/customize-ui/ui.html +++ /dev/null @@ -1,744 +0,0 @@ -
    -
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    Loading camera...
    -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    - -
    -
    Dynamsoft Camera Enhancer
    -
    - -
    - From 4e63f62e5ef5db6e71712abf382de88aca6a9e70 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Tue, 31 Oct 2023 16:17:29 +0800 Subject: [PATCH 2/6] rename --- hello-world/{vue3 => vue}/.gitignore | 0 hello-world/{vue3 => vue}/README.md | 0 hello-world/{vue3 => vue}/env.d.ts | 0 hello-world/{vue3 => vue}/index.html | 0 hello-world/{vue3 => vue}/package.json | 0 hello-world/{vue3 => vue}/public/favicon.ico | Bin hello-world/{vue3 => vue}/src/App.vue | 0 hello-world/{vue3 => vue}/src/assets/base.css | 0 hello-world/{vue3 => vue}/src/assets/logo.svg | 0 hello-world/{vue3 => vue}/src/assets/main.css | 0 .../src/components/CameraEnhancerComponent.vue | 0 hello-world/{vue3 => vue}/src/dce.ts | 0 hello-world/{vue3 => vue}/src/main.ts | 0 hello-world/{vue3 => vue}/tsconfig.app.json | 0 hello-world/{vue3 => vue}/tsconfig.json | 0 hello-world/{vue3 => vue}/tsconfig.node.json | 0 hello-world/{vue3 => vue}/vite.config.ts | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename hello-world/{vue3 => vue}/.gitignore (100%) rename hello-world/{vue3 => vue}/README.md (100%) rename hello-world/{vue3 => vue}/env.d.ts (100%) rename hello-world/{vue3 => vue}/index.html (100%) rename hello-world/{vue3 => vue}/package.json (100%) rename hello-world/{vue3 => vue}/public/favicon.ico (100%) rename hello-world/{vue3 => vue}/src/App.vue (100%) rename hello-world/{vue3 => vue}/src/assets/base.css (100%) rename hello-world/{vue3 => vue}/src/assets/logo.svg (100%) rename hello-world/{vue3 => vue}/src/assets/main.css (100%) rename hello-world/{vue3 => vue}/src/components/CameraEnhancerComponent.vue (100%) rename hello-world/{vue3 => vue}/src/dce.ts (100%) rename hello-world/{vue3 => vue}/src/main.ts (100%) rename hello-world/{vue3 => vue}/tsconfig.app.json (100%) rename hello-world/{vue3 => vue}/tsconfig.json (100%) rename hello-world/{vue3 => vue}/tsconfig.node.json (100%) rename hello-world/{vue3 => vue}/vite.config.ts (100%) diff --git a/hello-world/vue3/.gitignore b/hello-world/vue/.gitignore similarity index 100% rename from hello-world/vue3/.gitignore rename to hello-world/vue/.gitignore diff --git a/hello-world/vue3/README.md b/hello-world/vue/README.md similarity index 100% rename from hello-world/vue3/README.md rename to hello-world/vue/README.md diff --git a/hello-world/vue3/env.d.ts b/hello-world/vue/env.d.ts similarity index 100% rename from hello-world/vue3/env.d.ts rename to hello-world/vue/env.d.ts diff --git a/hello-world/vue3/index.html b/hello-world/vue/index.html similarity index 100% rename from hello-world/vue3/index.html rename to hello-world/vue/index.html diff --git a/hello-world/vue3/package.json b/hello-world/vue/package.json similarity index 100% rename from hello-world/vue3/package.json rename to hello-world/vue/package.json diff --git a/hello-world/vue3/public/favicon.ico b/hello-world/vue/public/favicon.ico similarity index 100% rename from hello-world/vue3/public/favicon.ico rename to hello-world/vue/public/favicon.ico diff --git a/hello-world/vue3/src/App.vue b/hello-world/vue/src/App.vue similarity index 100% rename from hello-world/vue3/src/App.vue rename to hello-world/vue/src/App.vue diff --git a/hello-world/vue3/src/assets/base.css b/hello-world/vue/src/assets/base.css similarity index 100% rename from hello-world/vue3/src/assets/base.css rename to hello-world/vue/src/assets/base.css diff --git a/hello-world/vue3/src/assets/logo.svg b/hello-world/vue/src/assets/logo.svg similarity index 100% rename from hello-world/vue3/src/assets/logo.svg rename to hello-world/vue/src/assets/logo.svg diff --git a/hello-world/vue3/src/assets/main.css b/hello-world/vue/src/assets/main.css similarity index 100% rename from hello-world/vue3/src/assets/main.css rename to hello-world/vue/src/assets/main.css diff --git a/hello-world/vue3/src/components/CameraEnhancerComponent.vue b/hello-world/vue/src/components/CameraEnhancerComponent.vue similarity index 100% rename from hello-world/vue3/src/components/CameraEnhancerComponent.vue rename to hello-world/vue/src/components/CameraEnhancerComponent.vue diff --git a/hello-world/vue3/src/dce.ts b/hello-world/vue/src/dce.ts similarity index 100% rename from hello-world/vue3/src/dce.ts rename to hello-world/vue/src/dce.ts diff --git a/hello-world/vue3/src/main.ts b/hello-world/vue/src/main.ts similarity index 100% rename from hello-world/vue3/src/main.ts rename to hello-world/vue/src/main.ts diff --git a/hello-world/vue3/tsconfig.app.json b/hello-world/vue/tsconfig.app.json similarity index 100% rename from hello-world/vue3/tsconfig.app.json rename to hello-world/vue/tsconfig.app.json diff --git a/hello-world/vue3/tsconfig.json b/hello-world/vue/tsconfig.json similarity index 100% rename from hello-world/vue3/tsconfig.json rename to hello-world/vue/tsconfig.json diff --git a/hello-world/vue3/tsconfig.node.json b/hello-world/vue/tsconfig.node.json similarity index 100% rename from hello-world/vue3/tsconfig.node.json rename to hello-world/vue/tsconfig.node.json diff --git a/hello-world/vue3/vite.config.ts b/hello-world/vue/vite.config.ts similarity index 100% rename from hello-world/vue3/vite.config.ts rename to hello-world/vue/vite.config.ts From e7956940fa3f5949f92ad7b88928a1951b2440b6 Mon Sep 17 00:00:00 2001 From: Cube <877211593@qq.com> Date: Mon, 25 Dec 2023 17:05:50 +0800 Subject: [PATCH 3/6] update to fit new packages --- .gitignore | 1 + control-camera/index.html | 4 ++-- customize-ui/customize-ui.html | 4 ++-- customize-ui/minimum-element.html | 4 ++-- draw-shapes/index.html | 4 ++-- enhanced-features/index.html | 6 +++--- fetch-video-frame/index.html | 4 ++-- hello-world/angular/package.json | 3 ++- .../src/app/camera-enhancer/camera-enhancer.component.ts | 2 +- hello-world/angular/src/app/dce.ts | 8 ++++++-- hello-world/hello-world.html | 4 ++-- hello-world/react/package.json | 3 ++- .../CameraEnhancerComponent/CameraEnhancerComponent.tsx | 2 +- hello-world/react/src/dce.ts | 8 ++++++-- hello-world/vue/package.json | 3 ++- .../vue/src/components/CameraEnhancerComponent.vue | 2 +- hello-world/vue/src/dce.ts | 8 ++++++-- 17 files changed, 43 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index b298d54..99daeeb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ __pycache__ package-lock.json yarn.lock .git +.npmrc /*.zip /*.py /*.exe diff --git a/control-camera/index.html b/control-camera/index.html index 9ed2942..6c1f2c1 100644 --- a/control-camera/index.html +++ b/control-camera/index.html @@ -5,8 +5,8 @@ Dynamsoft Camera Enhancer Sample - Control Camera - - + + diff --git a/customize-ui/customize-ui.html b/customize-ui/customize-ui.html index 6daa2fb..321b294 100644 --- a/customize-ui/customize-ui.html +++ b/customize-ui/customize-ui.html @@ -5,8 +5,8 @@ Dynamsoft Camera Enhancer Sample - Customize UI - - + +