@feedback-otter/core
v0.3.0
Published
The open source feedback gathering toolchain for JS & TS applications.
Downloads
3
Readme
@feedback-otter/core
TODO: description
Usage
const core = require('@feedback-otter/core');
// TODO: DEMONSTRATE API
- [ ] If you give an
onFeedback
callback, nothing else is needed - [ ] can we instanciate with
new Core({
restRequest: {
// rest only
},
gqlRequest: {
// gql only
},
})