summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
committertimb <opuscule@gmail.com>2015-08-05 09:07:59 -0700
commit74f6c10642889c52f001eb8f0495d14fb41db2ec (patch)
tree35f662a2e31856e23d8d0353bb6019dfc7ee92da /index.html
parent2dfed6e2f39a3d94e702ff4c3fa4d4d69e13ef82 (diff)
add radio controls, add shader target, export format uses radio controls and is saved to local storage, move tool binding from control.js to tool.js
Diffstat (limited to 'index.html')
-rw-r--r--index.html11
1 files changed, 4 insertions, 7 deletions
diff --git a/index.html b/index.html
index ec5a288..3ba197b 100644
--- a/index.html
+++ b/index.html
@@ -54,11 +54,7 @@
</div>
<div id="import_rapper">
- <span id="format_group">
- <input type="radio" name="import_format" id="import_ascii"><label for="import_ascii">ascii</label>
- <input type="radio" name="import_format" id="import_irssi"><label for="import_irssi">irssi</label>
- <input type="radio" name="import_format" id="import_mirc"><label for="import_mirc">mirc</label>
- </span>
+ <span id="format_el">ascii *irssi mirc</span>
<span id="import_buttons">
<button id="import_button">import colorcode</button>
<button id="import_html">import sally</button>
@@ -72,7 +68,8 @@
</div>
<div id="shader_rapper">
- <span id="animate_checkbox" class="tool">_ animate</span><br>
+ <span id="animate_checkbox" class="tool">_ animate</span>
+ to <span id="shader_target_el">*canvas brush selection</span><br>
<textarea id="shader_textarea"></textarea>
</div>
</div>
@@ -90,7 +87,7 @@
lex.bg = hue((x+y*y+t/10)/20)
lex.fg = colors.white
lex.char = " "
- lex.opacity = 1
+ // lex.opacity = 1
</script>
<script src="js/vendor/colorcode.js"></script>
<script src="js/vendor/dataUriToBlob.js"></script>