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