Releases: runsascoded/og-crd
Releases · runsascoded/og-crd
Release list
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
OG meta preview cards for web and markdown.
React components (demo)
Interactive cards with hover effects, favicons, and automatic GitHub title/description cleaning:
import { OgCardFromUrl } from "og-crd"
import "og-crd/style.css"
<OgCardFromUrl url="https://github.com/runsascoded/img-voronoi" proxy="https://corsproxy.io/?" />CLI — GitHub README cards
Generate <table>-based HTML that renders as cards in GitHub READMEs and releases:
pnpm add og-crd # React components + CLI
og-card md <url> --github # Generate README card HTMLInstall
pnpm add og-crdOr pin to a specific commit via the dist branch:
pnpm add runsascoded/og-crd#dist