Unify the brand mark and fix the OG card's install command - #12
Merged
Conversation
The favicon and the in-product marks had drifted into two different spirals, and the header/watermark dot was filled with currentColor so it disappeared into the wordmark instead of reading as the accent. - Adopt the favicon's geometry as the single mark everywhere: the site header, the hosted app, the docs header and the SDK's watermark badge - Dot is now the brand accent (#2f6fed) rather than currentColor - og.png: the install line read `npm i @tryquickdraw/react`, a scope that does not exist — anyone copying it from a link preview got a 404. Now `npm i @quickdrawjs/react` - og.png: the decorative squiggle was an unrelated shape; it is now the brand mark's own curve, drawn with a velocity taper so it reads as the product's pressure ink - Add apps/website/scripts/og-source.html so the card is regenerable instead of an orphan binary Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The favicon and the in-product marks had drifted into two different spirals, and the header/watermark dot was filled with
currentColorso it disappeared into the wordmark instead of reading as the accent.Brand mark
Adopts the favicon's geometry as the single mark everywhere — site header, hosted app, docs header, and the SDK's watermark badge — with the dot in the brand accent
#2f6fedrather thancurrentColor. Seven files previously carried two different paths; they now carry one.OG card
npm i @tryquickdraw/react— a scope that does not exist. Anyone copying it out of a Reddit/X/LinkedIn link preview got a 404. Nownpm i @quickdrawjs/react.apps/website/scripts/og-source.htmlso the card is regenerable instead of an orphan binary. Render it at 1200×630 and save overpublic/og.png.Verification
npm test— 125 passed