FEngine 是 AntV F 系列可视化引擎的底层渲染引擎，为移动端提供了一套完整的渲染、事件、动画能力，能方便的构建可视化 UI

See our GitHub [https://github.com/antvis/FEngine](https://github.com/antvis/FEngine) for more information

## Install

Using npm:

```sh
npm install --save @antv/f-engine
```

or using yarn:

```sh
yarn add @antv/f-engine
```

## License

[MIT license](./LICENSE).
