Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
65a34f960c |
@@ -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";
|
||||||
|
Reference in New Issue
Block a user