static browserExist(browser: WebUI.Browser): boolean; static setDefaultRootFolder(path: string): boolean; static openUrl(url: string): void; static getFreePort(): number; setHighContrast(status: boolean): void; setMinimumSize(width: number, height: number): void; setProxy(proxyServer: string)...
import{WebUI}from"https://deno.land/x/webui@2.5.3/mod.ts";constmyWindow=newWebUI();myWindow.show(' Hello World! ');awaitWebUI.wait(); deno run --allow-read --allow-write --allow-run --allow-net --allow-ffi minimal.ts More examples Online Documentation CppCon 2019 Presentation...
@@ -679,6 +679,15 @@ export class WebUI { } } /** * Allow multiple clients to connect to the same window. * * @param allow - True or False. */ static setMultiClient(allow: Boolean): void { _lib.symbols.webui_set_config(BigInt(3), allow); } /** * Delete all local we...
Use any web browser as GUI, with Deno in the backend and HTML5 in the frontend. - Releases · webui-dev/deno-webui
Use any web browser as GUI, with Deno in the backend and HTML5 in the frontend. - Release Deno-WebUI v2.4.2 · webui-dev/deno-webui
#Deno WebUI v2.4.2 66 77 [last-commit]:https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868 88 [release-version]:https://img.shields.io/github/v/tag/webui-dev/webui?style=for-the-badge&logo=webtrees&logoColor...
webui-dev/deno-webuiPublic NotificationsYou must be signed in to change notification settings Fork12 Star217 Releases 2.4.3 Compare hassandragareleased this28 Nov 20:33 ·14 commitsto main since this release 2.4.3 f6c3b3d Merge pull request #30 from AlbertShown/main Fix Linux (No such fil...
# Deno-WebUI v2.5.2 (Beta) # Deno-WebUI v2.5.3 (Beta) [last-commit]: https://img.shields.io/github/last-commit/webui-dev/webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868 [release-version]: https://img.shields.io/github/v/tag/webui-dev/webui?style=for...
import * as embedder from "./deno-embedder/mod.ts" const options = { importMeta: import.meta, mappings: [ { sourceDir: "./webui/dist", destDir: "embed/webui", } ] } if (import.meta.main) { await embedder.main({ options }) ...
Deno-WebUI v2.5.1 (Beta) Use any web browser or WebView as GUI, with your preferred language in the backend and modern web technologies in the frontend, all in a lightweight portable library. Download Features Portable (Needs only a web browser or a WebView at runtime) ...