File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ is written in Deno using WebUI as the GUI library.
4444## Installation
4545
4646Specific version:
47- ` import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts"; `
47+ ` import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts"; `
4848
4949Latest version: ` import { WebUI } from "https://deno.land/x/webui/mod.ts"; `
5050
Original file line number Diff line number Diff line change 55// import { WebUI } from "../../mod.ts";
66
77// To import from online `https://deno.land` (Production)
8- import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts" ;
8+ import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts" ;
99
1010// Return HTTP header + file raw binary content
1111const getFile = async (
Original file line number Diff line number Diff line change 55// import { WebUI } from "../../mod.ts";
66
77// To import from online `https://deno.land` (Production)
8- import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts" ;
8+ import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts" ;
99
1010function allEvents ( e : WebUI . Event ) {
1111 /*
Original file line number Diff line number Diff line change 55// import { WebUI } from "../../mod.ts";
66
77// To import from online `https://deno.land` (Production)
8- import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts" ;
8+ import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts" ;
99
1010const myHtml = `<!DOCTYPE html>
1111<html>
Original file line number Diff line number Diff line change 55// import { WebUI } from "../../mod.ts";
66
77// To import from online `https://deno.land` (Production)
8- import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts" ;
8+ import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts" ;
99
1010const myHtml = `<!DOCTYPE html>
1111<html>
Original file line number Diff line number Diff line change 1616 * ## Minimal Example
1717 *
1818 * ```ts
19- * import { WebUI } from "https://deno.land/x/webui@2.5.3 /mod.ts";
19+ * import { WebUI } from "https://deno.land/x/webui@2.5.4 /mod.ts";
2020 *
2121 * const myWindow = new WebUI();
2222 * myWindow.show("<html><script src=\"webui.js\"></script> Hello World! </html>");
You can’t perform that action at this time.
0 commit comments