()
| 1 | import { ImageResponse } from "@cloudflare/pages-plugin-vercel-og/api"; |
| 2 | |
| 3 | export const onRequestGet = async () => { |
| 4 | return new ImageResponse(<div>Hello, world!</div>); |
| 5 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected