{"id":50914467,"url":"https://github.com/alexcmgit/typing-svg-action","last_synced_at":"2026-06-16T13:30:50.371Z","repository":{"id":345392614,"uuid":"1185727979","full_name":"alexcmgit/typing-svg-action","owner":"alexcmgit","description":"Just a POC to do the same thing of https://github.com/DenverCoder1/readme-typing-svg/ but using GitHub actions.","archived":false,"fork":false,"pushed_at":"2026-03-19T00:29:59.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-19T11:42:01.303Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcmgit.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":"2026-03-18T22:13:30.000Z","updated_at":"2026-03-19T00:21:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/alexcmgit/typing-svg-action","commit_stats":null,"previous_names":["alexcmgit/typing-svg-action"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/alexcmgit/typing-svg-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Ftyping-svg-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Ftyping-svg-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Ftyping-svg-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Ftyping-svg-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcmgit","download_url":"https://codeload.github.com/alexcmgit/typing-svg-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcmgit%2Ftyping-svg-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34408777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"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":[],"created_at":"2026-06-16T13:30:49.267Z","updated_at":"2026-06-16T13:30:50.366Z","avatar_url":"https://github.com/alexcmgit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typing SVG Action\n\nGitHub Action that generates typing animation SVGs from issue YAML codeblocks.\n\n## Usage\n\nCreate an issue with a YAML codeblock:\n\n~~~markdown\n```yaml\nlines:\n  - Hello World\n  - Welcome to my profile\ncolor: \"36BCF7\"\nsize: 24\nwidth: 500\ncenter: true\n```\n~~~\n\nThe action will generate an SVG and comment it back on the issue.\n\n## Parameters\n\n| Parameter | Type | Default | Description |\n|-----------|------|---------|-------------|\n| `lines` | string/array | required | Text lines to animate |\n| `font` | string | `monospace` | Font family |\n| `weight` | string | `400` | Font weight |\n| `color` | string | `#36BCF7` | Text color (hex) |\n| `background` | string | `#00000000` | Background color (hex) |\n| `size` | number | `20` | Font size in px |\n| `center` | boolean | `false` | Center text horizontally |\n| `vCenter` | boolean | `false` | Center text vertically |\n| `width` | number | `400` | SVG width in px |\n| `height` | number | `50` | SVG height in px |\n| `multiline` | boolean | `false` | Show lines stacked vs retyped |\n| `duration` | number | `5000` | Typing duration in ms |\n| `pause` | number | `0` | Pause between lines in ms |\n| `repeat` | boolean | `true` | Loop animation |\n| `separator` | string | `;` | Line separator (if lines is string) |\n| `random` | boolean | `false` | Randomize line order |\n| `letterSpacing` | string | `normal` | CSS letter-spacing |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcmgit%2Ftyping-svg-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcmgit%2Ftyping-svg-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcmgit%2Ftyping-svg-action/lists"}