{"id":20619809,"url":"https://github.com/wevm/hono-og","last_synced_at":"2025-04-15T12:13:06.486Z","repository":{"id":221254420,"uuid":"753867863","full_name":"wevm/hono-og","owner":"wevm","description":"Fork of @vercel/og to support Hono JSX.","archived":false,"fork":false,"pushed_at":"2024-10-02T23:26:52.000Z","size":2551,"stargazers_count":37,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-15T12:12:25.908Z","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/wevm.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},"funding":{"github":["wevm"],"custom":["drips.network/wevm.eth"]}},"created_at":"2024-02-06T23:54:30.000Z","updated_at":"2025-04-12T08:25:02.000Z","dependencies_parsed_at":"2024-02-21T11:28:01.323Z","dependency_job_id":"87b63a87-3e1a-410f-be5f-592d8edd7aec","html_url":"https://github.com/wevm/hono-og","commit_stats":null,"previous_names":["wevm/hono-og"],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-og","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-og/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-og/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wevm%2Fhono-og/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wevm","download_url":"https://codeload.github.com/wevm/hono-og/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067779,"owners_count":21207396,"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-11-16T12:12:34.802Z","updated_at":"2025-04-15T12:13:06.458Z","avatar_url":"https://github.com/wevm.png","language":"TypeScript","funding_links":["https://github.com/sponsors/wevm","drips.network/wevm.eth"],"categories":[],"sub_categories":[],"readme":"# hono-og\n\nFork of `@vercel/og` to be compatible with **[Hono's JSX pragma](https://hono.dev/guides/jsx)**.\n\n- [Actual README](https://www.npmjs.com/package/@vercel/og)\n- [Website](https://vercel.com/docs/functions/edge-functions/og-image-generation)\n\n## Example\n\n```tsx\nimport { Hono } from \"hono\"\nimport { ImageResponse } from \"hono-og\"\n\nconst app = new Hono()\n\napp.get(\"/\", () =\u003e {\n  return new ImageResponse(\n    \u003cdiv\n      style={{\n        backgroundColor: \"black\",\n        backgroundSize: \"150px 150px\",\n        height: \"100%\",\n        width: \"100%\",\n        display: \"flex\",\n        textAlign: \"center\",\n        alignItems: \"center\",\n        justifyContent: \"center\",\n        flexDirection: \"column\",\n        flexWrap: \"nowrap\",\n      }}\n    \u003e\n      \u003cdiv\n        style={{\n          fontSize: 60,\n          fontStyle: \"normal\",\n          letterSpacing: \"-0.025em\",\n          color: \"white\",\n          marginTop: 30,\n          padding: \"0 120px\",\n          lineHeight: 1.4,\n          whiteSpace: \"pre-wrap\",\n        }}\n      \u003e\n        hello hono\n      \u003c/div\u003e\n    \u003c/div\u003e,\n  )\n})\n\nexport default app\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwevm%2Fhono-og","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwevm%2Fhono-og","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwevm%2Fhono-og/lists"}