# LiteRT/Core

[![npm version](https://img.shields.io/npm/v/@litert/core.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/core "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/core.svg?maxAge=2592000?style=plastic)](https://github.com/litert/core/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/litert/core.js.svg)](https://github.com/litert/core.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/core.js.svg)](https://github.com/litert/core.js/releases "Stable Release")

The core of LiteRT.

## Installation

```sh
npm install @litert/core --save
```

## Requirements

- Node.js v8.x (Or newer)
- TypeScript v3.1.x (Or newer)

## Documents

- [简体中文版](./docs/zh-CN/README.md)

## License

This library is published under [Apache-2.0](./LICENSE) license.
