Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuba/taro-visualization
https://github.com/wuba/taro-visualization
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wuba/taro-visualization
- Owner: wuba
- License: apache-2.0
- Created: 2023-01-09T06:11:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T10:17:49.000Z (5 months ago)
- Last Synced: 2024-08-02T19:33:07.053Z (3 months ago)
- Language: TypeScript
- Size: 825 KB
- Stars: 31
- Watchers: 19
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-taro - taro-visualization Taro 可视化库(charts、3d、Lottie等)
README
# taro-visualization
## Introduction
Taro-visualization is consists of three packages taro-lottie, taro-3d and taro-charts, which is used for visual programming. And all of the three packages are cross-platform, and support users to develop WeChat mini-programs, H5 and React Native applications for Taro.
## Installation
Install the package which you need.
```sh
yarn add taro-lottie
or
yarn add taro-3d
or
yarn add taro-charts
```## Usage
### taro-lottie
See the [taro-lottie REAME](./packages/taro-lottie/README.md) to learn how to use taro-lottie
### taro-3d
See the [taro-3d REAME](./packages/taro-3d/README.md) to learn how to use taro-3d
### taro-charts
See the [taro-charts REAME](./packages/taro-charts/README.md) to learn how to use taro-charts
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
Apache-2.0