From 6563312aeaedf5c631db3a24d5f5681bf07822cb Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 22 Apr 2020 19:56:28 +0800 Subject: [PATCH] fix lint --- examples/customCanvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customCanvas.js b/examples/customCanvas.js index 85c1c08..363ce5a 100644 --- a/examples/customCanvas.js +++ b/examples/customCanvas.js @@ -1,6 +1,6 @@ const editly = require('..'); -async function func({ width, height, canvas }) { +async function func({ canvas }) { async function onRender(progress) { const context = canvas.getContext('2d'); const centerX = canvas.width / 2;