move demo to root
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
/* globals canvas */
|
/* globals canvas */
|
||||||
import SvgCanvas from '../svgcanvas.js';
|
import SvgCanvas from '../src/svgcanvas/svgcanvas.js';
|
||||||
|
|
||||||
const container = document.querySelector('#editorContainer');
|
const container = document.querySelector('#editorContainer');
|
||||||
const {width, height} = {width: 500, height: 300};
|
const {width, height} = {width: 500, height: 300};
|
||||||
Reference in New Issue
Block a user