This is a simple example shows:

- How to communicate with Koffi from a renderer window
- How to use electron-builder with an application that uses Koffi

Use the following commands to package the app for your system:

```sh
npm install
npm run dist
```
