Skip to content

Releases: runsascoded/og-crd

Release list

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Mar 03:11

Full Changelog: v0.0.1...v0.0.2

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Mar 01:16

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:

img-voronoi
img-voronoi
Interactive Voronoi diagram visualization from images, with animated site physics and a Rust CLI for video rendering.
nj-crashes
nj-crashes
Analysis and visualization of traffic crash data published by NJ DOT and NJ State Police
pnpm add og-crd          # React components + CLI
og-card md <url> --github # Generate README card HTML

Install

pnpm add og-crd

Or pin to a specific commit via the dist branch:

pnpm add runsascoded/og-crd#dist