We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5dea1f + 4212515 commit 951c19dCopy full SHA for 951c19d
1 file changed
src/main.js
@@ -253,7 +253,7 @@ const startCreating = async () => {
253
});
254
255
await Promise.all(loadedElements).then((renderObjectArray) => {
256
- debugLogs ? console.log("Clearing casvas") : null;
+ debugLogs ? console.log("Clearing canvas") : null;
257
ctx.clearRect(0, 0, format.width, format.height);
258
if (background.generate) {
259
drawBackground();
0 commit comments