# TyperEditText **Repository Path**: ts_ohos/typerEditText ## Basic Information - **Project Name**: TyperEditText - **Description**: 仿打字机效果的自定义组件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2022-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TyperEditText #### 介绍 仿打字机效果的自定义组件。 Android项目源地址 [https://github.com/andyxialm/TyperEditText](https://github.com/andyxialm/TyperEditText)} Typerwriter ![](https://github.com/andyxialm/TyperEditText/blob/master/art/screenshot.gif?raw=true) ## 项目介绍 ### 项目名称:TyperEditText ### 所属系列:harmonyos的第三方组件适配移植 ### 功能: 仿打字机效果的自定义组件。 ### 项目移植状态:完全移植 #### 安装教程 ### 方式一:源码集成 ``` 建议下载开源代码并参照demo引入相关库: implementation(project(":typer")) ``` ### 方式二:Maven ``` com.gitee.ts_ohos typer-edittext 1.0.0 pom ``` ### 方式三:Gradle ``` allprojects{ repositories{ mavenCentral() } } implementation 'com.gitee.ts_ohos:typer-edittext:1.0.0' ``` #### 使用说明 ~~~ xml ~~~ #### 移植差异 1. ohos暂时不支持输入超限后自动删除前文,多行显示与原库存在差异。 #### 移植版本 Branches/master tag 1.0.2 release #### 版本迭代 v1.0.0 基于原项目最新版本,初次提交。 ### License Copyright 2016 andy Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.