diff options
author | Radu <radu@pml4t.net> | 2023-08-26 17:29:35 -0400 |
---|---|---|
committer | Radu <radu@pml4t.net> | 2023-08-27 16:45:36 -0400 |
commit | 76debe0071fef6865bd0fb79199f53932bf063c0 (patch) | |
tree | bfbadb7592e9f2ace3e1f0f9d150d44b9e190f66 /init-unicode-maps.js |
Write a working version and include licences
Support some symbols, arrows, bold, subscript and superscript.
Diffstat (limited to 'init-unicode-maps.js')
-rw-r--r-- | init-unicode-maps.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init-unicode-maps.js b/init-unicode-maps.js new file mode 100644 index 0000000..818d0c4 --- /dev/null +++ b/init-unicode-maps.js @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only + +window.unicodeMaps = {} |