This is a very early alpha version, with a couple of [known issues](#known-issues), a complete rewrite. Should be more performant and less buggy (hopefully).
### Installing
```
npm i @ivoviz/feedback-js
```
### Usage
Import and create an instance of `Feedback`:
```ts
import{Feedback}from'@ivoviz/feedback.js';
.
.
.
constfeedback=newFeedback();
feedback.open();
```
At the moment only two functions are exposed: `open` and `close`, although the latter shouldn't be needed.