Skip to content

Commit 2fdd838

Browse files
feat: VIN Scanner sample (#1)
* feat: VIN Scanner sample * fix: remove css that's not used. * fix: license key * fix: removed console log * fix: Remove Test --------- Co-authored-by: felixindrawan <indrawan.felix123@gmail.com>
1 parent eec2e73 commit 2fdd838

File tree

7 files changed

+1299
-3
lines changed

7 files changed

+1299
-3
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5502
3+
}

README.md

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

33
## Samples
44

5-
| Sample Name | Description |
6-
| ------------ | ------------------------------------------------------------------------------------ |
7-
| `VINScanner` | Scan the VIN code from a barcode or a text line and extract the vehicle information. |
5+
| Sample Name | Description |
6+
| ------------ | ------------------------------------------------------------------------------------ |
7+
| `VIN Scanner` | Scan the VIN code from a barcode or a text line and extract the vehicle information. |
88

99
## License
1010

0 commit comments

Comments
 (0)