{"id":30182818,"url":"https://github.com/ganyariya/text_glitch","last_synced_at":"2026-05-03T21:32:06.058Z","repository":{"id":45597624,"uuid":"434561718","full_name":"ganyariya/text_glitch","owner":"ganyariya","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-06T10:23:19.000Z","size":12750,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-12T10:26:31.689Z","etag":null,"topics":["deno","react"],"latest_commit_sha":null,"homepage":"https://text-glitch.vercel.app/","language":"TypeScript","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/ganyariya.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}},"created_at":"2021-12-03T10:51:08.000Z","updated_at":"2022-01-02T05:24:16.000Z","dependencies_parsed_at":"2022-09-11T16:50:10.277Z","dependency_job_id":null,"html_url":"https://github.com/ganyariya/text_glitch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ganyariya/text_glitch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyariya%2Ftext_glitch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyariya%2Ftext_glitch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyariya%2Ftext_glitch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyariya%2Ftext_glitch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganyariya","download_url":"https://codeload.github.com/ganyariya/text_glitch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganyariya%2Ftext_glitch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["deno","react"],"created_at":"2025-08-12T10:17:06.349Z","updated_at":"2026-05-03T21:32:06.034Z","avatar_url":"https://github.com/ganyariya.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦕 Text Glitch\n\n[![deno.land](https://img.shields.io/badge/deno-%5E1.16.3-green?logo=deno)](https://deno.land)\n[![LICENSE](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)\n[![tag](https://img.shields.io/github/v/tag/ganyariya/text_glitch?sort=semver)](https://github.com/ganyariya/vsexclude/tags)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"400\" src=\"./aleph/public/glitch.jpg\"\u003e\n\u003c/p\u003e\n\nGlitch Text Library for Deno \u0026 React!\n\n### 🦕 Demo\n\n[Sample Aleph Site](http://text-glitch.vercel.app/)\n\n[Sample Aleph Project (Sample Code)](./aleph)\n\n### 🦕 Specs\n\n#### useGlitch\n\n```ts\ntype GlitchOption = {\n  updateInterval: number; // (ms)\n  mutate: number; // (0.0~1.0) Profability mutaiting for each character\n  deleteMutate: number; // (0.0~1.0) Probability deleting for each character\n  addMutate: number; // (0.0~1.0) Probability adding for each character\n};\n```\n\n#### useConstruct\n\n```ts\ntype ConstructOption = {\n  loop: boolean;\n  loopInterval: number; // (ms) waiting time for next effect\n  forwardInterval: number; // (ms) moving time to next character\n  updateInterval: number; // (ms)\n  mutateProbability: number; // (0.0~1.0) Profability mutaiting for each character\n  mutateAfterConstructed: boolean; // Even after constructed, mutating?\n  mutateAfterProbability: number; // (0.0~1.0) Profability mutaiting for each character after constructed\n};\n```\n\n### 🦕 Extracted Code\n\n```ts\nfunction Sample() {\n  const [glitchText, setGlitchText] = useGlitch(\"Text Glitch Library\", {\n    mutate: 0.2,\n  });\n  return \u003cdiv\u003e{glitchText}\u003c/div\u003e;\n}\n```\n\n### 🦕 Contribute\n\n🦕🦕🦕 Welcome for your any PRs! 🦕🦕🦕\n\n### 🦕 Thanks for\n\n[use-dencrypt-effect](https://github.com/crazko/use-dencrypt-effect)\n\n### 🦕 TODO\n\n- [ ] implement other text effect\n- [ ] deal with Node.js runtime (compile to js, jsx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganyariya%2Ftext_glitch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganyariya%2Ftext_glitch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganyariya%2Ftext_glitch/lists"}