can now load claviature as a codemirror widget

This commit is contained in:
Felix Roos 2024-03-14 23:49:38 +01:00
parent 1e75f045b7
commit 29dab578e7
5 changed files with 152 additions and 23 deletions

View file

@ -3,3 +3,4 @@ export * from './highlight.mjs';
export * from './flash.mjs';
export * from './slider.mjs';
export * from './themes.mjs';
export * from './widget.mjs';