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 = ( export const init = (
opt: IDoodlerOptions, opt: IDoodlerOptions,
zoomable: boolean, zoomable: boolean,
postInit?: postInit, postInit: postInit,
) => { ) => {
if (window.doodler) { if (window.doodler) {
throw "Doodler has already been initialized in this window"; throw "Doodler has already been initialized in this window";