docs: update README to use GitHub raw image URLs
Replace relative paths with GitHub raw URLs using <img> tags for better markdown rendering and compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f57b07166b
commit
c3525b0ac6
|
|
@ -31,7 +31,7 @@ yarn add @soroban/abacus-react
|
|||
|
||||
Simple abacus showing a number
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/antialias/soroban-abacus-flashcards/main/packages/abacus-react/examples/basic-usage.svg" alt="Basic Usage">
|
||||
|
||||
```tsx
|
||||
<AbacusReact
|
||||
|
|
@ -46,7 +46,7 @@ Simple abacus showing a number
|
|||
|
||||
Clickable abacus with animations
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/antialias/soroban-abacus-flashcards/main/packages/abacus-react/examples/interactive.svg" alt="Interactive Mode">
|
||||
|
||||
```tsx
|
||||
<AbacusReact
|
||||
|
|
@ -66,7 +66,7 @@ Clickable abacus with animations
|
|||
|
||||
Personalized colors and highlights
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/antialias/soroban-abacus-flashcards/main/packages/abacus-react/examples/custom-styling.svg" alt="Custom Styling">
|
||||
|
||||
```tsx
|
||||
<AbacusReact
|
||||
|
|
@ -89,7 +89,7 @@ Personalized colors and highlights
|
|||
|
||||
Educational guidance with tooltips
|
||||
|
||||

|
||||
<img src="https://raw.githubusercontent.com/antialias/soroban-abacus-flashcards/main/packages/abacus-react/examples/tutorial-mode.svg" alt="Tutorial System">
|
||||
|
||||
```tsx
|
||||
<AbacusReact
|
||||
|
|
|
|||
Loading…
Reference in New Issue