https://github.com/antvis/fengine
https://github.com/antvis/fengine
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/antvis/fengine
- Owner: antvis
- License: mit
- Created: 2022-03-03T01:53:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T04:04:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T21:05:30.249Z (over 1 year ago)
- Language: TypeScript
- Size: 1.34 MB
- Stars: 33
- Watchers: 17
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
FEngine 是 AntV F 系列可视化引擎的底层渲染引擎,为移动端提供了一套完整的渲染、事件、动画能力,能方便的构建可视化 UI
## 快速开始
```jsx
const { props } = (
);
const canvas = new Canvas(props);
await canvas.render();
```
## 本地开发
```bash
# 安装依赖 (推荐用 yarn)
$ yarn
# 先执行下 build
$ npm run build
# 通过单测调试
$ npm run test-watch 'packages/f-engine/test/canvas/index.test.tsx'
```
## License
[MIT license](./LICENSE).