Winterreisender / webview-nodejs

A Node.js binding to webview
Apache License 2.0
89 stars 10 forks source link

Add Bun support in README #26

Closed Winterreisender closed 4 days ago

Winterreisender commented 6 months ago

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.