easy-typer-js
easy-typer-js copied to clipboard
功能十分强大打字机插件,文档预览地址:
Results
5
easy-typer-js issues
Sort by
recently updated
recently updated
newest added
不支持Vue3
1
```js // useText.js import { reactive } from 'vue' import EasyTyper from 'easy-typer-js' export default function useText(texts, delay = 0, option = {}) { const objs = texts.map(() => {...