fix eslint issues

This commit is contained in:
JFH
2020-07-14 12:56:33 +02:00
parent 01418b44f3
commit 09c786abe9
188 changed files with 179 additions and 21 deletions

View File

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