{"id":13469662,"url":"https://github.com/sgwilym/windups","last_synced_at":"2025-05-15T14:05:33.942Z","repository":{"id":38426288,"uuid":"203825866","full_name":"sgwilym/windups","owner":"sgwilym","description":"A unique typewriter effect library for React.","archived":false,"fork":false,"pushed_at":"2023-10-19T09:41:24.000Z","size":2430,"stargazers_count":875,"open_issues_count":32,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-06T03:40:40.842Z","etag":null,"topics":["animation","javascript","react","reactjs","typewriter","typewriter-effect","windups"],"latest_commit_sha":null,"homepage":"https://windups.gwil.co","language":"TypeScript","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/sgwilym.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"sgwilym"}},"created_at":"2019-08-22T15:45:28.000Z","updated_at":"2025-04-14T08:56:13.000Z","dependencies_parsed_at":"2024-01-14T15:23:06.557Z","dependency_job_id":null,"html_url":"https://github.com/sgwilym/windups","commit_stats":{"total_commits":46,"total_committers":4,"mean_commits":11.5,"dds":"0.28260869565217395","last_synced_commit":"84cdffe5d220565b3e8ee75712ac6b600001d6f6"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgwilym%2Fwindups","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgwilym%2Fwindups/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgwilym%2Fwindups/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgwilym%2Fwindups/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgwilym","download_url":"https://codeload.github.com/sgwilym/windups/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355334,"owners_count":22057354,"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","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","react","reactjs","typewriter","typewriter-effect","windups"],"created_at":"2024-07-31T15:01:49.378Z","updated_at":"2025-05-15T14:05:28.921Z","avatar_url":"https://github.com/sgwilym.png","language":"TypeScript","funding_links":["https://github.com/sponsors/sgwilym"],"categories":["TypeScript"],"sub_categories":[],"readme":"# windups\n\n🐸 [Examples, guides, API docs, and more! Much of it presented by a talking frog!](https://windups.gwil.co)\n\n---\n\nA unique typewriter (or, ahem, \"windup\") effect library for React.\n\nThis effect can be applied to strings _or pretty anything you can put in React's `children` prop_.\n\n## What's it look like?\n\nFor strings:\n\n```jsx\nimport { useWindup } from \"windups\";\n\nfunction MyWindup() {\n  const [text] = useWindup(\n    \"This string will be rendered character by character!\"\n  );\n\n  return \u003cdiv\u003e{text}\u003c/div\u003e;\n}\n```\n\nFor pretty much everything else:\n\n```jsx\nimport { WindupChildren } from \"windups\";\n\nfunction MyWindup() {\n  return (\n    \u003cWindupChildren\u003e\n      {\"It's fun to do\"}\n      \u003cem\u003e{\"wild\"}\u003c/em\u003e\n      {\"stuff with text!\"}\n    \u003c/WindupChildren\u003e\n  );\n}\n```\n\nThere are additional APIs for:\n\n- Controlling the pacing of the text!\n- Adding pauses!\n- Firing effects (e.g. when each character is typed, or at arbitrary points)!\n- Ahead of render-time line-breaking!\n\n---\n\nWant to see a codebase that makes extensive, real-word use of this package? Source for the docs site is at https://github.com/sgwilym/windups-docs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgwilym%2Fwindups","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgwilym%2Fwindups","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgwilym%2Fwindups/lists"}