Skip to content

Commit 5c03269

Browse files
committed
Update README.md
1 parent fe08e70 commit 5c03269

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

2.ui-tweaking/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Dynamsoft Barcode Reader JavaScript SDK (hereafter called "the library") provides a built-in GUI to help developers build an interactive barcode reading interface.
44

5-
In this sample set, we will focus on the library's flexible UI that allows developers to create the look and feel for their web application that they desire. To learn more about UI customization, please refer to its corresponding [section](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/?ver=latest#customize-the-ui-optional) in the user guide.
6-
75
## Default GUI
86

97
The following official sample demonstrates the default GUI built into the library.
@@ -102,7 +100,12 @@ Check out the following sample on how to enlarge the video stream to read a barc
102100

103101
## Customize the Default Ui
104102

105-
In the last sample of the set, we show a customized viewer that differs greatly from the default one which demonstrates the possibility in the customization.
103+
Check out the following sample, that shows a customized viewer that differs greatly from the default one which demonstrates the possibility in the customization:
104+
105+
* <a target = "_blank" href="https://demo.dynamsoft.com/Samples/DBR/JS/2.ui-tweaking/5.read-video-with-custom-default-ui.html">Customize the Default Ui - Demo</a>
106+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/2.ui-tweaking/5.read-video-with-custom-default-ui.html">Customize the Default Ui - Source Code</a>
107+
108+
To learn more about UI customization, please refer to its corresponding [section](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/user-guide/?ver=latest#customize-the-ui-optional) in the user guide.
106109

107110
## Support
108111

0 commit comments

Comments
 (0)