@tumaet/apollon 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -167,11 +167,11 @@ export class DiagramEditorComponent {
|
|
|
167
167
|
`yjs` and `y-protocols` are required peers, but on the CDN path esm.sh resolves and serves them from the import URL automatically — there is nothing extra to load. (With a bundler you install the peers yourself.)
|
|
168
168
|
|
|
169
169
|
```html
|
|
170
|
-
<link rel="stylesheet" href="https://esm.sh/@tumaet/apollon@5.0.
|
|
170
|
+
<link rel="stylesheet" href="https://esm.sh/@tumaet/apollon@5.0.1/style.css" />
|
|
171
171
|
<div id="apollon" style="width: 100%; height: 600px"></div>
|
|
172
172
|
|
|
173
173
|
<script type="module">
|
|
174
|
-
import { ApollonEditor } from "https://esm.sh/@tumaet/apollon@5.0.
|
|
174
|
+
import { ApollonEditor } from "https://esm.sh/@tumaet/apollon@5.0.1"
|
|
175
175
|
|
|
176
176
|
const saved = localStorage.getItem("diagram")
|
|
177
177
|
const editor = new ApollonEditor(document.getElementById("apollon"), {
|