You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hello-world/next/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Below is the configuration used for this sample.
59
59
60
60
```cmd
61
61
cd my-app
62
-
npm install dynamsoft-barcode-reader-bundle
62
+
npm install dynamsoft-barcode-reader-bundle -E
63
63
```
64
64
65
65
## Start to implement
@@ -421,3 +421,7 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next
421
421
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
422
422
423
423
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
424
+
425
+
## Support
426
+
427
+
If you have any questions, feel free to [contact Dynamsoft Support](https://www.dynamsoft.com/company/contact?utm_source=sampleReadme).
Copy file name to clipboardExpand all lines: hello-world/nuxt/README.md
+5-78Lines changed: 5 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You will be asked to configure quite a few things for the application during the
47
47
48
48
```cmd
49
49
cd my-app
50
-
npm install dynamsoft-barcode-reader-bundle
50
+
npm install dynamsoft-barcode-reader-bundle -E
51
51
```
52
52
53
53
## Start to implement
@@ -102,7 +102,7 @@ CoreModule.loadWasm(["DBR"]);
102
102
103
103
### Edit the `VideoCapture` component
104
104
105
-
* In `VideoCapture.client.vue`, add code for initializing and destroying some instances. The `VideoCapture` component helps decode barcodes via camera.
105
+
* In `VideoCapture.client.vue`, add code for initializing and destroying some instances. The `VideoCapture` component helps decode barcodes via camera. For our stylesheet (CSS) specification, please refer to our [source code](#Official-Sample).
> If you're looking to customize the UI, the UI customization feature are provided by the auxiliary SDK "Dynamsoft Camera Enhancer". For more details, refer to our [User Guide](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/index.html#customize-the-ui)
226
203
227
204
### Edit the `ImageCapture` component
228
205
229
-
* In `ImageCapture.client.vue`, add code for initializing and destroying the `CaptureVisionRouter` instance. The `ImageCapture` helps decode barcodes in an image.
206
+
* In `ImageCapture.client.vue`, add code for initializing and destroying the `CaptureVisionRouter` instance. The `ImageCapture` helps decode barcodes in an image. For our stylesheet (CSS) specification, please refer to our [source code](#Official-Sample).
0 commit comments