basic drawing and initialization
This commit is contained in:
11
global.d.ts
vendored
Normal file
11
global.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Doodler } from "./canvas.ts";
|
||||
|
||||
declare global {
|
||||
interface Window { doodler: Doodler; }
|
||||
// interface global {
|
||||
// doodler: Doodler;
|
||||
// }
|
||||
let doodler: Doodler;
|
||||
}
|
||||
|
||||
export{}
|
Reference in New Issue
Block a user