{"id":13471798,"url":"https://github.com/Passeriform/Recolor-SVG","last_synced_at":"2025-03-26T15:30:31.035Z","repository":{"id":107947099,"uuid":"499607297","full_name":"Passeriform/Recolor-SVG","owner":"Passeriform","description":"An API workaround to recolor an SVG (for bypassing GitHub markdown stylesheet restriction)","archived":false,"fork":false,"pushed_at":"2022-06-03T18:52:38.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-01T16:27:51.717Z","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/Passeriform.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}},"created_at":"2022-06-03T18:08:29.000Z","updated_at":"2022-06-14T03:41:45.000Z","dependencies_parsed_at":"2023-07-11T02:15:10.978Z","dependency_job_id":null,"html_url":"https://github.com/Passeriform/Recolor-SVG","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FRecolor-SVG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FRecolor-SVG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FRecolor-SVG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Passeriform%2FRecolor-SVG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Passeriform","download_url":"https://codeload.github.com/Passeriform/Recolor-SVG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222151628,"owners_count":16939423,"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-07-31T16:00:49.346Z","updated_at":"2024-10-30T02:30:26.750Z","avatar_url":"https://github.com/Passeriform.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Recolor-SVG\n\nSimple API to recolor an SVG. Made to bypass GitHub markdown limitation on adding stylesheets.\n\n# Usage\nPass the url as path into the API with options as query parameters.\n\n## Basic Structure\n\thttps://recolor-svg.vercel.app/api/\u003csvg-url\u003e?color=\u003ccolor\u003e\n\n## Example\n\thttps://recolor-svg.vercel.app/api/https:/raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/linkedin.svg?color=blue\n\n![linkedInIcon](https://recolor-svg.vercel.app/api/https:/raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/brands/linkedin.svg?color=blue\u0026size=25x25)\n\n# Supported options\n### `color` :\n\nAll CSS3 supported value formats are supported for color.\n\n**NOTE:** Special symbols *(like #)* must be escaped using URL encoding.\n\n\thttps://recolor-svg.vercel.app/api/\u003csvg-url\u003e?color=%237C23AE\n\nwould translate to ![#7C23AE](https://via.placeholder.com/16/7C23AE/FFFFFF?text=+) `#7C23AE`\n\n### `size` :\n\nType: `\u003cnumber\u003e` \\\nExample: `25`\n\nType: `\u003cnumber\u003ex\u003cnumber\u003e` \\\nExample: `25x25`\n\n**NOTE:** In case a single value is provided, it returns a proportionally sized svg, with width equal to supplied value.\n\n\thttps://recolor-svg.vercel.app/api/\u003csvg-url\u003e?size=50x20\n\nwould translate to `50px` wide and `20px` high\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPasseriform%2FRecolor-SVG","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPasseriform%2FRecolor-SVG","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPasseriform%2FRecolor-SVG/lists"}