diff --git a/README.md b/README.md index 4e11d365ab645444a615ab11b81b9d62651d6802..34f52447fc9afc4b719c8f397bd401254418b128 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ - [ohos_highlightguide](https://gitee.com/openharmony-sig/ohos_highlightguide) - 基于OpenHarmony的高亮型新手引导组件,通过高亮区域与蒙版背景的明暗度对比,使用户快速锁定重点功能 +- [CircleIndicator](https://gitee.com/openharmony-sig/CircleIndicator) - CircleIndicator是一款UI组件库,为Tabs/Swiper容器提供了多种自定义风格的指示器 + +- [img2pdf](https://gitee.com/openharmony-tpc/pdfViewer/tree/master/img2pdf) - JavaScript实现jpg、png图片格式添加到pdf的功能。 + ##### 动画 - [lottieArkTS](https://gitee.com/openharmony-tpc/lottieETS) - 适用于OpenHarmony的动画库,功能类似于Java组件lottie、AndroidViewAnimations、Leonids等库 @@ -56,6 +60,10 @@ - [ohos_video_trimmer](https://gitee.com/openharmony-sig/ohos_video_trimmer) - videotrimmer是在OpenHarmony环境下,提供视频剪辑能力的三方库 +- [GSYVideoPlayer](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/GSYVideoPlayer) - GSYVideoPlayer是一个视频播放器库,支持切换内核播放器(IJKPlayer、avplayer),并且支持了多种能力。 + +- [OhosVideoCache](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/OhosVideoCache) - OhosVideoCache是一个支持播放器边播放边缓存的库,播放器只需要使用OhosVideoCache处理过的url就可以实现音视频的缓存功能。 + ##### 数据存储 - [ohos_disklrucache](https://gitee.com/openharmony-sig/ohos_disklrucache) - 专门为OpenHarmony打造的一款磁盘缓存库,通过LRU算法进行磁盘数据存取 @@ -168,6 +176,14 @@ - [amf](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/amf) - amf-convert在javascript环境中可以实现AMF格式的serialization/deserialization +- [compare-versions](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/compare-versions) - 比较两个版本字符串,找出哪个更大、相等或更小。 + +- [mime](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/mime) - 获取给定文件路径或扩展名的 mime 类型。 + +- [class-transformer](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/class-transformer) - 本库提供对象和类之间基于修饰符的转换、序列化和反序列化的能力。 + +- [ohos-jszip](https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/ohos-jszip) - jszip ,是一个支持创建、编辑以及生成压缩文件的工具库。 +