MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop /

Class

examples/common.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11/** Base Application used by all examples */
12export class App {
13 constructor(title, width = 800, height = 600) {
14 this.title = title;
15 this.width = width;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected