UNPKG

emotiv-ts

Version:

A Typescript library that wraps the Cortex API functionalities to communicate with Emotiv headsets

4 lines 221 B
export enum EmotivError { ACCESS_NOT_GRANTED = "You must login on CortexUI before request for grant access then rerun", ACCESS_NOT_ACCEPTED = "You must accept access request from this app on CortexUI then rerun" }