webview-nodejs
webview-nodejs copied to clipboard
Add Bun support in README
Bun can seamlessly install webview-nodejs
, by two commands:
bun add webview-nodejs
bun pm trust libwebview-nodejs
or one command
bun i --trust webview-nodejs
This should be added in README.
webview-bun should be also mentioned.