diff --git a/README.md b/README.md index 4d67b13..9dff3aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ the basics are really implemented yet (apart from opening a webview window). `deno_webview` uses the [rust bindings](https://github.com/Boscop/web-view) for [zserge's webview](https://github.com/zserge/webview). - +![Example image](images/deno_webview.png) ## Todo - [ ] Implement all webview [instance methods](https://docs.rs/web-view/0.6.0/web_view/struct.WebView.html) diff --git a/images/deno_webview.png b/images/deno_webview.png new file mode 100644 index 0000000..d917453 Binary files /dev/null and b/images/deno_webview.png differ