halfway to graphv_webgl replacing wall

This commit is contained in:
cqc
2022-08-31 12:32:44 -05:00
parent c40e725978
commit 7460b8f793
7 changed files with 793 additions and 514 deletions

7
backend_js.ml Normal file
View File

@ -0,0 +1,7 @@
include Backend
module Keycode = struct
open Js_of_ocaml
type t = Dom_html.Keyboard_code.t
end