1 Commits

Author SHA1 Message Date
374d11b141 post init 2023-10-26 01:14:35 -06:00

View File

@@ -8,7 +8,7 @@ import { ZoomableDoodler } from "./zoomableCanvas.ts";
export const init = (
opt: IDoodlerOptions,
zoomable: boolean,
postInit?: postInit,
postInit: postInit,
) => {
if (window.doodler) {
throw "Doodler has already been initialized in this window";