Skip to content

Commit

Permalink
chore: add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Weihua Lu authored and tiensonqin committed Jul 6, 2021
1 parent 3d096ac commit c44089a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/electron-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<div id="root"></div>
<script>window.__LSP__HOST__ = true</script>
<script>window.user = null</script>
<script>
window.EXCALIDRAW_ASSET_PATH = "./js/";
</script>
<script src="./js/magic_portal.js"></script>
<script>let worker = new Worker('./js/worker.js')
const portal = new MagicPortal(worker);
Expand Down
3 changes: 3 additions & 0 deletions resources/electron.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<div id="root"></div>
<script>window.__LSP__HOST__ = true</script>
<script>window.user = null</script>
<script>
window.EXCALIDRAW_ASSET_PATH = "./js/";
</script>
<script src="./js/magic_portal.js"></script>
<script>let worker = new Worker('./js/worker.js')
const portal = new MagicPortal(worker);
Expand Down
Binary file added resources/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/tutorial-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions resources/js/excalidraw-assets/vendor-3525c448906ddcdcb701.js

Large diffs are not rendered by default.

0 comments on commit c44089a

Please sign in to comment.