summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-05-22 18:48:49 +0200
committerJulie Lala <jules@okfoc.us>2015-05-22 18:48:49 +0200
commitc2d83e9195d6ae00836226d039a594d7e917908c (patch)
treedca01f9de1e372f2806d776863f2b448999fb888 /index.html
parent6037078f595ec80a25dcef213383745b3a0bbd50 (diff)
unicode functions and ascii brushes
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 057c0a1..9ab5ae0 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,7 @@
<div class="block">
<div id="palette_rapper"></div>
<span id="experimental_palette_toggle">.</div>
+ <div id="letters_rapper"></div>
<div id="custom_rapper"></div>
</div>
<div id="brush_container" class="block">
@@ -84,6 +85,7 @@
lex.opacity = 1
</script>
<script src="js/util.js"></script>
+<script src="js/unicode.js"></script>
<script src="js/color.js"></script>
<script src="js/parse.js"></script>
<script src="js/clipboard.js"></script>
@@ -101,6 +103,7 @@
<script src="js/ui/keys.js"></script>
<script src="js/ui/controls.js"></script>
<script src="js/ui/palette.js"></script>
+<script src="js/ui/letters.js"></script>
<script src="js/ui/selection.js"></script>
<script src="js/app.js"></script>