{"id":25019152,"url":"https://github.com/parinpan/ketikin","last_synced_at":"2025-08-07T05:10:49.828Z","repository":{"id":119304487,"uuid":"415168653","full_name":"parinpan/ketikin","owner":"parinpan","description":"Ketikin is a lightweight Javascript library to help you create a typewriter animation","archived":false,"fork":false,"pushed_at":"2021-10-20T08:56:04.000Z","size":23,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T03:46:40.851Z","etag":null,"topics":["animation","javascript","javascript-library","typewriter","typewriter-effect","typewriting"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/parinpan.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}},"created_at":"2021-10-09T01:20:00.000Z","updated_at":"2024-03-06T07:47:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a175004-de80-4d90-ad95-e7a26221a4f7","html_url":"https://github.com/parinpan/ketikin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/parinpan/ketikin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parinpan%2Fketikin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parinpan%2Fketikin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parinpan%2Fketikin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parinpan%2Fketikin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parinpan","download_url":"https://codeload.github.com/parinpan/ketikin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parinpan%2Fketikin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269201296,"owners_count":24377460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-07T02:00:09.698Z","response_time":73,"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":["animation","javascript","javascript-library","typewriter","typewriter-effect","typewriting"],"created_at":"2025-02-05T11:39:00.156Z","updated_at":"2025-08-07T05:10:49.814Z","avatar_url":"https://github.com/parinpan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ketikin\n\nKetikin is a lightweight Javascript library to help you create a typewriter animation, it's inspired by \u003ca target=\"_blank\" href=\"https://github.com/alexmacarthur/typeit\"\u003eTypeIt\u003c/a\u003e which has already been there prior to this. It's sort of a reinventing the wheel thing but you can get a more compact and a way smaller library size. 🤝 \n\n\n## Usage\n1. Make sure you have imported ketikin library into your HTML page\n```html\n\u003cscript defer src=\"https://fachr.in/static/js/ketikin.min.js\"\u003e\u003c/script\u003e\n```\n2. Create a HTML tag which contains a certain text\n```html\n\u003cp\u003eHey, it's written by Ketikin 👋\u003c/p\u003e\n```\n3. Trigger animation using ketikin function\n```html\n\u003cscript\u003e\n    // ketikin(selector, options)\n  \n    ketikin(\"p\", {\n        speed: 70,\n        loop: true\n    })\n\u003c/script\u003e\n```\n4. Or, alternatively you can also override your own text\n```html\n\u003cscript\u003e\n    ketikin(\"p\", {\n        texts: [\"Hey, it's written by Ketikin 👋\", \"It's an awesomeness! 😍\"],\n        speed: 70,\n        loop: true\n    })\n\u003c/script\u003e\n```\n5. Done 🥳🐛\n\n## Demo\n#### Visit \u003ca target=\"_blank\" href=\"https://fachr.in\"\u003emy website\u003c/a\u003e for a smoother demo. The GIF frame rate below is dropped.\n![ketikin](https://user-images.githubusercontent.com/14908455/136647330-2c36de7d-cdc4-4abd-bb42-5ae418d58adf.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparinpan%2Fketikin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparinpan%2Fketikin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparinpan%2Fketikin/lists"}