Restructure and update example image

This commit is contained in:
Patrik Svensson 2020-08-25 11:19:58 +02:00
parent 695327ec72
commit c111c7d463
20 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ for Python.
## Features ## Features
* Written with unit testing in mind. * Written with unit testing in mind.
* Supports tables, grids, panels, and a [rich](https://github.com/willmcgugan/rich) inspired markup language.
* Supports the most common SRG parameters when it comes to text * Supports the most common SRG parameters when it comes to text
styling such as bold, dim, italic, underline, strikethrough, styling such as bold, dim, italic, underline, strikethrough,
and blinking text. and blinking text.
@ -29,7 +30,7 @@ for Python.
## Example ## Example
![Example](https://spectresystems.se/assets/open-source/spectre-console/example.png) ![Example](resources/gfx/screenshots/example.png)
## Usage ## Usage

View File

Before

Width:  |  Height:  |  Size: 600 KiB

After

Width:  |  Height:  |  Size: 600 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

View File

@ -7,7 +7,7 @@
<ItemGroup> <ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" /> <AdditionalFiles Include="..\stylecop.json" Link="stylecop.json" />
<None Include="../../gfx/small-logo.png" Pack="true" PackagePath="\" Link="Properties/small-logo.png" /> <None Include="../../resources/gfx/small-logo.png" Pack="true" PackagePath="\" Link="Properties/small-logo.png" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>