mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Added UPC-A examples
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
<button class="next">Next</button>
|
||||
<fieldset class="reader-group">
|
||||
<label>EAN-8</label>
|
||||
<input type="radio" name="reader" value="ean_8" checked="checked" />
|
||||
<input type="radio" name="reader" value="ean_8" />
|
||||
<label>UPC</label>
|
||||
<input type="radio" name="reader" value="upc" />
|
||||
<input type="radio" name="reader" value="upc" checked="checked" />
|
||||
<label>Codabar</label>
|
||||
<input type="radio" name="reader" value="codabar" />
|
||||
<label>Code39</label>
|
||||
|
||||
Reference in New Issue
Block a user