UNPKG

nectarjs

Version:

Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries.

7 lines (4 loc) 178 B
var webview = require("webview"); var content = "data:text/html,<html><body><h1>Hello Nectar !</h1></body></html>"; var title = "NectarJS App"; webview.launch(content, title);