Skip to content

Instantly share code, notes, and snippets.

View NiallJoeMaher's full-sized avatar
🎯
Focusing

Niall Maher NiallJoeMaher

🎯
Focusing
View GitHub Profile
@romanlv
romanlv / og.ts
Created December 19, 2022 17:08
OG Image Generation without next.js and edge runtime
import satori from "satori";
import type { SatoriOptions } from "satori";
import { Resvg } from "@resvg/resvg-js";
import fs from "fs";
import { join } from "path";
import { ReactElement } from "react";
const fallbackFont = fs.readFileSync(
join(
// fileURLToPath(import.meta.url),
@1Marc
1Marc / workshops-planning.md
Last active January 20, 2023 02:34
Workshop Planning

This gist is no longer in use.