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;