{"id":16153358,"url":"https://github.com/gigabyte5671/autotype","last_synced_at":"2026-04-19T05:35:19.755Z","repository":{"id":129314750,"uuid":"415838526","full_name":"Gigabyte5671/AutoType","owner":"Gigabyte5671","description":"A simple auto-typing/typewriter effect written in vanilla JS.","archived":false,"fork":false,"pushed_at":"2024-01-18T23:43:19.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T01:05:40.684Z","etag":null,"topics":["autotype-effect","javascript","javascript-library","typewriter-effect"],"latest_commit_sha":null,"homepage":"https://autotype.zakweb.dev/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gigabyte5671.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-11T08:21:26.000Z","updated_at":"2024-02-06T15:37:09.000Z","dependencies_parsed_at":"2025-09-05T16:44:13.120Z","dependency_job_id":null,"html_url":"https://github.com/Gigabyte5671/AutoType","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Gigabyte5671/AutoType","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gigabyte5671%2FAutoType","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gigabyte5671%2FAutoType/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gigabyte5671%2FAutoType/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gigabyte5671%2FAutoType/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gigabyte5671","download_url":"https://codeload.github.com/Gigabyte5671/AutoType/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gigabyte5671%2FAutoType/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["autotype-effect","javascript","javascript-library","typewriter-effect"],"created_at":"2024-10-10T01:11:36.245Z","updated_at":"2026-04-19T05:35:19.738Z","avatar_url":"https://github.com/Gigabyte5671.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoType JS\nA simple auto-typing/typewriter effect written in vanilla JS.  \nJust 470 bytes :sparkles:\n  \n[Demo](https://autotype.zakweb.dev/)\n\n### Usage:\n\nInclude:\n\n```html\n\u003cscript src=\"https://autotype.zakweb.dev/dist/autotype.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\nOr download the files you want from the releases page.  \n  \nTo add the effect to an element, call the `AutoType()` function with the following arguments:\n- A reference to the element, or its ID.\n- The string you want typed.\n- And optionally, the delay (in ms) between typed characters.\n\n```javascript\nAutoType(\"element_ID\", \"Your Text Here\", character_delay);\n```\n\n`AutoBackspace()` can also be called with the same arguments (except the string to be typed) to get a backspacing effect:  \n```javascript\nAutoBackspace(\"element_ID\", character_delay);\n```\n\nBoth of these functions can be `await`ed so you can run your own code after the effects have finished.\n```javascript\nawait AutoBackspace(\"element_ID\");\n\n// Or\n\nAutoBackspace(\"element_ID\").then(() =\u003e {\n\t// Do something awesome\n});\n```\n  \n### CSS:\nYou can also use autotype.css to add a blinking cursor to the end of your autotyped text. Just add the `autotype_horizontal_cursor` or `autotype_vertical_cursor` class to the text element:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://gigabyte5671.github.io/AutoType/dist/autotype.min.css\"\u003e  \n  \n\u003ch1 id=\"elem\" class=\"autotype_horizontal_cursor\"\u003eHorizontal cursor!_\u003c/h1\u003e\n\u003ch1 id=\"elem\" class=\"autotype_vertical_cursor\"\u003eVertical cursor!|\u003c/h1\u003e\n```\n\n\u003e [!NOTE]  \n\u003e Using either of these classes will set the text element's position to relative.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigabyte5671%2Fautotype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgigabyte5671%2Fautotype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigabyte5671%2Fautotype/lists"}