This is image tooltip example for `<neovim-editor>` component.
`:ShowImage` command shows an image under the cursor.  I created `<popup-tooltip>` component and use it and `<neovim-editor>` together.  Please see `index.html`.

![screenshot](https://raw.githubusercontent.com/rhysd/ss/master/neovim-component/popup-image-example.gif)

How to run this example:

```sh
$ cd /path/to/neovim-component
$ npm run dep
$ cd ./example/image-tooltip
$ npm run app # No dependency.  App starts.
```
