webview_deno::globe_with_meridians:用于Webview的Deno绑定这是一个用于创建基于Web的桌面GUI的小型库 源码
webview_deno 绑定使用库。 Webview是一个很小的跨平台库,用于为桌面应用程序呈现基于Web的GUI 。 :warning:该项目仍在开发中。期待重大变化。 例子 import { Webview } from "https://deno.land/x/webview/mod.ts" ; const html = ` <html> <body> Hello from deno v ${ Deno . version . deno } </body> </html> ` ; const webview = new Webview ( { url : `data:text/html, ${ encodeURIComponent ( html ) } ` } , ) ; await webview . run ( ) ; 您可以直接从网络运行
文件列表
webview_deno-master.zip
(预估有个33文件)
webview_deno-master
plugin.ts
2KB
mod.ts
218B
images
webview_deno.png
110KB
rustfmt.toml
47B
Cargo.lock
18KB
.github
workflows
checks.yml
2KB
暂无评论