{"id":20594629,"url":"https://github.com/koca/vue-use-typewriter","last_synced_at":"2026-03-19T16:35:48.476Z","repository":{"id":47002012,"uuid":"222762256","full_name":"koca/vue-use-typewriter","owner":"koca","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-17T21:53:36.000Z","size":508,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T14:53:00.056Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"vue-use-typewriter.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-19T18:26:47.000Z","updated_at":"2024-09-17T14:00:55.000Z","dependencies_parsed_at":"2022-07-22T09:32:31.354Z","dependency_job_id":null,"html_url":"https://github.com/koca/vue-use-typewriter","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/koca/vue-use-typewriter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koca%2Fvue-use-typewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koca%2Fvue-use-typewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koca%2Fvue-use-typewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koca%2Fvue-use-typewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koca","download_url":"https://codeload.github.com/koca/vue-use-typewriter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koca%2Fvue-use-typewriter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T08:09:37.396Z","updated_at":"2026-03-10T10:04:07.667Z","avatar_url":"https://github.com/koca.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Typewriter Hook\n\n![](https://raw.githubusercontent.com/koca/vue-use-typewriter/master/other/vue-usetypewriter2.gif)\n\nMade for Vue 3.\n\n## Installation\n\nInstall using [Yarn](https://yarnpkg.com):\n\n```sh\nyarn add vue-use-typewriter\n```\n\nor NPM:\n\n```sh\nnpm install vue-use-typewriter --save\n```\n\n## Usage\n\n### Basic\n\n```html\n\u003ctemplate\u003e\n  \u003cdiv id=\"app\"\u003e\n    \u003cdiv\u003e{{ word }}\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport { useTypewriter } from 'vue-use-typewriter';\n\nexport default defineComponent({\n  setup() {\n    const options = {\n      words: ['Hello', 'World', 'This is', 'a hook'],\n      min: 10,\n      max: 80,\n      wordDelay: 2000,\n      eraseDelay: 1000,\n    };\n    const { word } = useTypewriter(options);\n    //state\n    return {\n      word\n    };\n  }\n});\n\u003c/script\u003e\n```\n\n### Advanced usage\n\ncheckout the example folder for reactive options and animations.\n\n\n## API\n\n### Options\n\n| Name       | Type     | Default | Required | Description                                    |\n| ---------- | -------- | ------- | -------- | ---------------------------------------------- |\n| words      | string[] | []      | Yes      | An array of words you want to be typed.        |\n| min        | number   | 10      | No       | Minimum amount in ms of delay between letters. |\n| max        | number   | 80      | No       | Maximum amount in ms of delay between letters. |\n| wordDelay  | number   | 2000    | No       | Delay in ms between words in the array.        |\n| eraseDelay | number   | 1000    | No       | Delay in ms before earsing the word            |\n\nReact version: [react-use-typewriter](https://github.com/gielcobben/use-typewriter).\n\n## License\n\n**use-typewriter** is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoca%2Fvue-use-typewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoca%2Fvue-use-typewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoca%2Fvue-use-typewriter/lists"}