Skip to content

Commit 6c9ea5e

Browse files
committed
Revert "docs: embed interactive Storybook demo on introduction page"
This reverts commit 3921f21.
1 parent 3921f21 commit 6c9ea5e

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

docs/introduction.mdx

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,15 @@ description: A tiny framework-agnostic library that makes logos look good togeth
88
Real-world logos are messy. Some have padding, some don't. Some are dense and blocky, others are thin and airy. Put them in a row and they look chaotic.
99

1010
<Frame>
11-
<img
12-
src="/images/before.png"
13-
alt="Logos without normalization — different sizes, weights, and aspect ratios create visual chaos"
14-
/>
11+
<img src="/images/before.png" alt="Logos without normalization — different sizes, weights, and aspect ratios create visual chaos" />
1512
</Frame>
1613

1714
Logo Soup fixes this automatically.
1815

1916
<Frame>
20-
<img
21-
src="/images/after.png"
22-
alt="After normalization — the same logos appear balanced and harmonious"
23-
/>
17+
<img src="/images/after.png" alt="After normalization — the same logos appear balanced and harmonious" />
2418
</Frame>
2519

26-
## Try it
27-
28-
<iframe
29-
src="https://logo-soup.sanity.dev/?path=/story/logosoup--default&full=1&shortcuts=false&singleStory=true"
30-
style={{
31-
width: "100%",
32-
height: "500px",
33-
border: "1px solid #e5e7eb",
34-
borderRadius: "8px",
35-
}}
36-
/>
37-
3820
## What it does
3921

4022
Logo Soup analyzes each logo image on a `<canvas>` and normalizes them so they appear visually balanced when displayed together. No server, no AI, fully deterministic.
@@ -85,7 +67,5 @@ The library is built around a framework-agnostic core engine (`createLogoSoup`)
8567
Tree-shaking ensures a React consumer never pulls in Vue/Svelte/Solid/Angular code, and vice versa.
8668

8769
<Info>
88-
Read the full deep-dive on the problem and the math behind the solution: [The
89-
Logo Soup Problem (and how to solve
90-
it)](https://www.sanity.io/blog/the-logo-soup-problem)
70+
Read the full deep-dive on the problem and the math behind the solution: [The Logo Soup Problem (and how to solve it)](https://www.sanity.io/blog/the-logo-soup-problem)
9171
</Info>

0 commit comments

Comments
 (0)