loro/examples/loro-quill/index.html
Zixuan Chen 7a19b49acb
Add richtext example using Quill (#145)
* feat: richtext example init

* fix: pass richtext event delta consistency check

* chore: debug history
2023-11-03 16:59:27 +08:00

16 lines
359 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Loro.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loro crdt-richtext Quill Demo</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>