tomayac / esm-potrace-wasm

A modern ESM build of the Potrace library for use in the browser.

Home Page:https://tomayac.github.io/esm-potrace-wasm/demo/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible to remove `document.body.append(canvas)`?

kenfehling opened this issue · comments

Hi, thanks for this fork! I was wondering if it would be possible to remove the call to document.body.append(canvas) on Line 86 so it doesn't automatically add a canvas node to the page? Or would that break something?

Fixed via 694f4f6. I have just released v0.4.1 that includes this fix. Thanks for the suggestion, I think this was a leftover from a debugging session.