move demo to root
This commit is contained in:
@@ -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};
|
||||
Reference in New Issue
Block a user