Skip to content

Commit

Permalink
fix: Icons in mermaid graph
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Aug 28, 2024
1 parent ca0c900 commit 52ff73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Things get more complicated once you go beyond playing a basic <Badge type="info
flowchart LR
subgraph S2[ ]
direction TB
T(<img src="/mixwave/public/transcode.svg" width="25" height="25" /> Transcode) --> S1
T(<img src="/mixwave/transcode.svg" width="25" height="25" /> Transcode) --> S1
end
subgraph S1[ ]
Expand All @@ -25,7 +25,7 @@ flowchart LR
TR3(480p <small>1Mbps</small>)
end
R(<img src="/mixwave/public/raw.svg" width="25" height="25" /> Raw files) --> S2 --> P(<img src="/mixwave/public/package.svg" width="25" height="25" /> Package<br /><small>master.m3u8</small>) --> PO(<img src="/mixwave/public/publish.svg" width="25" height="25" /> Publish)
R(<img src="/mixwave/raw.svg" width="25" height="25" /> Raw files) --> S2 --> P(<img src="/mixwave/package.svg" width="25" height="25" /> Package<br /><small>master.m3u8</small>) --> PO(<img src="/mixwave/publish.svg" width="25" height="25" /> Publish)
```

Before we go further, it's important to note that Mixwave intentionally keeps its scope limited. We choose to focus on a single playback protocol <Badge type="info" text="HLS CMAF" /> rather than trying to support a wide range of options.
Expand Down

0 comments on commit 52ff73c

Please sign in to comment.