webview / webview_deno

🌐 Deno bindings for webview, a tiny library for creating web-based desktop GUIs
https://deno.land/x/webview
MIT License
1.44k stars 75 forks source link

Headless mode #155

Open esnho opened 1 year ago

esnho commented 1 year ago

Hi, I'm new to deno and to webview, I've read the documentation and didn't found a way to configure the view to render in headless mode, is it something feasible in your opinion?

I'd like to use it to render webpages from a remote service, like a lambda function.

Thanks!