move demo to root

This commit is contained in:
JFH
2020-07-30 14:21:16 +02:00
parent afc241453f
commit 577673fa0a

View File

@@ -26,7 +26,7 @@
<script type="module">
/* globals canvas */
import SvgCanvas from '../svgcanvas.js';
import SvgCanvas from '../src/svgcanvas/svgcanvas.js';
const container = document.querySelector('#editorContainer');
const {width, height} = {width: 500, height: 300};