{"id":15617986,"url":"https://github.com/omnedia/ngx-typewriter","last_synced_at":"2025-04-15T02:44:26.236Z","repository":{"id":243714732,"uuid":"813273499","full_name":"omnedia/ngx-typewriter","owner":"omnedia","description":"A simple component library to animate text.","archived":false,"fork":false,"pushed_at":"2024-12-12T01:41:06.000Z","size":9,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-15T02:44:21.061Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/omnedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-06-10T20:07:27.000Z","updated_at":"2025-01-18T11:04:20.000Z","dependencies_parsed_at":"2024-06-10T20:58:48.260Z","dependency_job_id":"a8008cb6-01d8-44e6-82c8-e66a86284492","html_url":"https://github.com/omnedia/ngx-typewriter","commit_stats":null,"previous_names":["omnedia/ngx-typewriter"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-typewriter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-typewriter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-typewriter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnedia%2Fngx-typewriter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnedia","download_url":"https://codeload.github.com/omnedia/ngx-typewriter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997087,"owners_count":21195797,"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":[],"created_at":"2024-10-03T08:00:53.699Z","updated_at":"2025-04-15T02:44:26.221Z","avatar_url":"https://github.com/omnedia.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components","Recently Updated"],"sub_categories":["Animations","[Oct 01, 2024](/content/2024/10/01/README.md)"],"readme":"# Ngx Typewriter Component\n\n\u003ca href=\"https://ngxui.com\" target=\"_blank\" style=\"display: flex;gap: .5rem;align-items: center;cursor: pointer; padding: 0 0 0 0; height: fit-content;\"\u003e\n  \u003cimg src=\"https://ngxui.com/assets/img/ngxui-logo.png\" style=\"width: 64px;height: 64px;\"\u003e\n\u003c/a\u003e\n\nThis Library is part of the NGXUI ecosystem. \u003cbr\u003e\nView all available components at https://ngxui.com\n\n`@omnedia/ngx-typewriter` is a lightweight and easy-to-use angular library for creating typewriter effects in your web applications. \u003cbr\u003e\nIt uses RxJS to manage the typewriting effect, ensuring smooth and customizable animations. \u003cbr\u003e\n\n## Installation\n\nYou can install the library via npm:\n\n```bash\nnpm install @omnedia/ngx-typewriter\n```\n\n## Usage\n\nFirst, import the Component class from the library:\n\n```typescript\nimport {NgxTypewriterComponent} from '@omnedia/ngx-typewriter';\n\n@Component({\n  ...\n    imports:\n[\n  ...\n    NgxTypewriterComponent,\n],\n...\n})\n```\n\nThen, create an DOM Element of the TypeWriter:\n\n```typescript\nwords: string[] = ['Im', 'typed', 'one', 'after', 'another'];\n```\n\n```html\n\n\u003com-typewriter\n  [words]=\"words\"\n\u003e\u003c/om-typewriter\u003e\n```\n\n## API\n\n```html\n\n\u003com-typewriter\n  [words]=\"words\"\n  [disableLoop]=\"true\"\n  [writeSpeed]=\"writeSpeed in Ms\"\n  [deleteDelay]=\"deleteDelay in Ms\"\n  [writeDelay]=\"writeDelay in Ms\"\n  styleClass=\"your-custom-class\"\n\u003e\u003c/om-typewriter\u003e\n```\n\nStarts the typewriter effect.\n\n- `words`: An array of strings to be typed.\n- `disableLoop`: (optional): If set to true, the last word in the words array will stay.\n- `writeSpeed` (optional): The speed of typing each character in milliseconds. Default is 40.\n- `deleteDelay` (optional): The delay before starting to delete the typed word in milliseconds. Default is 3500.\n- `writeDelay` (optional): The delay before starting to type the next word after deleting the current word in milliseconds. Default is 50.\n- `styleClass` (optional): Add a class to the `\u003cp\u003e` Tag.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a pull request or open an issue on GitHub.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- RxJS for providing powerful reactive programming tools.\n- All the contributors who have helped in improving this project.\n\n## Contact\n\nFor any questions or suggestions, please open an issue or reach out to me at [markus.block@omnedia.com](mailto:markus.block@omnedia.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnedia%2Fngx-typewriter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnedia%2Fngx-typewriter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnedia%2Fngx-typewriter/lists"}