Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more

deno_webview

Still in a very early stage of development. Lots of stuff to do and not even the basics are really implemented yet (apart from opening a webview window). deno_webview uses the rust bindings for zsergeโ€™s webview.

Example image

Todo

  • Implement all webview instance methods
  • Two-way deno bindings (to call deno from javascript)
  • Multiple windows?
  • Easier importing of scripts, images and css
  • Dialog
  • DialogBuilder and WebViewBuilder
  • Examples
  • Tests