Add CollaborationCursor demo for React

This commit is contained in:
Sven Adlung
2021-11-16 13:49:57 +01:00
parent c1068aedcf
commit d1b582cd92
5 changed files with 106 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="app"></div>
<script type="module">
import setup from "../../../../setup/react.ts";
import source from "@source";
setup("Extensions/CollaborationCursor", source);
</script>
</body>
</html>