# @livechat/widget-core

> [LiveChat Chat Widget](https://developers.livechat.com/open-chat-widget/) adapters implementation core

[![mit](https://img.shields.io/badge/license-MIT-blue.svg)](https://choosealicense.com/licenses/mit/)
![Github lerna version](https://img.shields.io/github/lerna-json/v/livechat/chat-widget-adapters?label=version)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![Check](https://github.com/livechat/chat-widget-adapters/actions/workflows/check.yml/badge.svg?branch=master)](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/).
