Skip to content

Commit

Permalink
chore(docs): fix cloud-image-editor demo (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut authored Aug 11, 2023
1 parent 9e3dac2 commit 32b2aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions solutions/cloud-image-editor/demo.htm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ <h2>Live example</h2>

<lr-live-html>
<!-- Script connection: -->
<script src="./index.js" type="module"></script>
<script type="module">
import * as LR from "./index.js";
LR.registerBlocks(LR);
</script>

<!-- CSS context properties: -->
<style>
Expand All @@ -28,7 +31,6 @@ <h2>Live example</h2>
css-src="/web/lr-cloud-image-editor.min.css"
ctx-name="editor"
id="editor"
class="lr-cldtr-common"
uuid="7c167b79-9f27-4489-8032-3f3be1840605"
>
</lr-cloud-image-editor>
Expand Down

0 comments on commit 32b2aec

Please sign in to comment.