Skip to content

Commit 5b82077

Browse files
jrusso1020claude
andauthored
chore(docs): update logos, favicon, and README branding (heygen-com#272)
Replace old text-only wordmarks and complex favicon with new HyperFrames brand assets featuring the gradient icon. Add dark/light logo switching to README via GitHub's <picture> element. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 13ab193 commit 5b82077

6 files changed

Lines changed: 118 additions & 223 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
# Hyperframes
2-
3-
[![npm version](https://img.shields.io/npm/v/hyperframes.svg?style=flat)](https://www.npmjs.com/package/hyperframes)
4-
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
5-
[![Node.js](https://img.shields.io/badge/node-%3E%3D22-brightgreen)](https://nodejs.org)
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/logo/dark.svg">
4+
<source media="(prefers-color-scheme: light)" srcset="docs/logo/light.svg">
5+
<img alt="HyperFrames" src="docs/logo/light.svg" width="300">
6+
</picture>
7+
</p>
8+
9+
<p align="center">
10+
<a href="https://www.npmjs.com/package/hyperframes"><img src="https://img.shields.io/npm/v/hyperframes.svg?style=flat" alt="npm version"></a>
11+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License"></a>
12+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/node-%3E%3D22-brightgreen" alt="Node.js"></a>
13+
</p>
614

715
**Write HTML. Render video. Built for agents.**
816

0 commit comments

Comments
 (0)