@livechat/widget-core
Version:
LiveChat Chat Widget adapters implementation core
39 lines (24 loc) • 1.49 kB
Markdown
# @livechat/widget-core
> [LiveChat Chat Widget](https://developers.livechat.com/open-chat-widget/) adapters implementation core
[](https://choosealicense.com/licenses/mit/)

[](https://lerna.js.org/)
[](https://github.com/livechat/chat-widget-adapters/actions/workflows/check.yml)
## Installation
Using npm:
```bash
npm install @livechat/widget-core
```
or using yarn:
```bash
yarn add @livechat/widget-core
```
## Usage
See one of the packages listed below for usage reference
- [@livechat/widget-react](https://www.npmjs.com/package/@livechat/widget-react)
- [@livechat/widget-vue](https://www.npmjs.com/package/@livechat/widget-vue)
- [@livechat/widget-angular](https://www.npmjs.com/package/@livechat/widget-angular)
## Contributing
Pull requests are welcome. For major changes, please open an issue first, so we can discuss what you would like to change. Follow a [Contributing guide](https://github.com/livechat/chat-widget-adapters/blob/master/CONTRIBUTING.md) for more details.
## License
The code and documentation in this project are released under the [MIT License](https://choosealicense.com/licenses/mit/).