mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Barely working concept
This commit is contained in:
@@ -29,8 +29,12 @@
|
||||
<div class="controls">
|
||||
<button class="stop">Stop</button>
|
||||
<fieldset class="reader-group">
|
||||
<label>UPC</label>
|
||||
<input type="radio" name="reader" value="upc" checked />
|
||||
<label>Code39</label>
|
||||
<input type="radio" name="reader" value="codabar" />
|
||||
<label>Code128</label>
|
||||
<input type="radio" name="reader" value="code_128" checked />
|
||||
<input type="radio" name="reader" value="code_128" />
|
||||
<label>EAN</label>
|
||||
<input type="radio" name="reader" value="ean" />
|
||||
<label>Code39</label>
|
||||
|
||||
Reference in New Issue
Block a user