# third_party_app_libs
**Repository Path**: tianpan5/third_party_app_libs
## Basic Information
- **Project Name**: third_party_app_libs
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 95
- **Created**: 2022-07-25
- **Last Updated**: 2022-07-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
OpenHarmony下可以直接使用的三方组件汇总
### 本库收集了在OpenHarmony中可以直接依赖使用的原JavaScript、TypeScript三方组件,也欢迎开发者增加三方组件提PR到列表中。
#### 1、三方组件名称:三方组件的名称
#### 2、描述:三方组件的基本功能描述
#### 3、sample地址(非必须):样例地址
### [OpenHarmony三方组件资源汇总](https://gitee.com/openharmony-tpc/tpc_resource) : 基于OpenHarmony开发的三方组件。
## 目录
- [工具](#工具)
- [三方组件](#三方组件)
- [文件数据](#文件数据)
- [文件解析](#文件解析)
- [编码解码](#编码解码)
- [工具库](#工具库)
- [其他](#其他)
## 工具
- [IDE官方下载地址](https://developer.harmonyos.com/cn/develop/deveco-studio) - DevEco Studio
[返回目录](#目录)
## 三方组件
| [VCard](http://androidxref.com/8.0.0_r4/xref/frameworks/opt/vcard/java/com/android/vcard) |VCard是电子名片的文件格式标准。它一般附加在电子邮件之后,但也可以用于其它场合(如在网际网路上相互交换)。[sample地址](https://gitee.com/openharmony-tpc/VCard)
|三方组件名称|描述|sample地址|
|:---:|:---:|:---:|
| [lottie-web](https://github.com/airbnb/lottie-web) | lottie是一个动画库,它可以使用Bodymovin解析以json格式导出的Adobe After Effects动画,并在移动设备上进行本地渲染。 | [sample地址](https://gitee.com/openharmony-tpc/lottieETS)|
### 文件数据
#### 文件解析
|三方组件名称|描述|sample地址|
|:---:|:---:|:---:|
| [node-csv](https://github.com/adaltas/node-csv) | 可用于解析csv文件,生成csv文件 | [sample地址](https://gitee.com/openharmony-tpc/node-csv)|
| [is-png ](https://gitee.com/openharmony-sig/is-png) | is-png是一个判断图片格式的库,根据图片的文件数据,判断图片是否为png格式。| [sample地址](https://gitee.com/openharmony-sig/is-png)|
[返回目录](#目录)
#### 编码解码
|三方组件名称|描述|sample地址|
|:---:|:---:|:---:|
| [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,比xml更快,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)|
| [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)|
[返回目录](#目录)
### 工具库
|三方组件名称|描述|sample地址|
|:---:|:---:|:---:|
| [lodash](https://github.com/lodash/lodash) | 提供模块性、性能和额外功能的现代JavaScript实用程序库。|
| [libphonenumber-js](https://github.com/catamphetamine/libphonenumber-js) | 用于解析、格式化和验证国际电话号码。|
[返回目录](#目录)
### 其他
|三方组件名称|描述|sample地址|
|:---:|:---:|:---:|
| [pinyin4js](https://github.com/Kaifun/pinyin4js) | pinyin4js是一个汉字转拼音的Javascript开源库-零依赖。 |
| [rxjs](https://github.com/ReactiveX/rxjs) | JavaScript 的反应式编程库 |
| [cbor-js](https://github.com/paroga/cbor-js) | cbor-js是以纯JavaScript实现的简明二进制对象表示(CBOR),支持cbor的编码和解码 |
[返回目录](#目录)