The JavaScript client for Pusher Chatkit. If you aren't already here, you can find the source on Github.
For more information on the Chatkit service, see here. For full documentation, see here
yarn:
$ yarn add @pusher/chatkit-client
npm:
$ npm install @pusher/chatkit-client
Head over to our documentation.
Lint, build, and run the tests with
yarn lint:build:test
Formatting should largely be delegated to prettier, which can be invoked manually with
yarn format
or you can set your editor up to run prettier on save.
Running yarn publish-please
will walk you through the publishing steps.