Add Canvas and CanvasImage docs

This commit is contained in:
Patrik Svensson
2020-11-25 12:15:25 +01:00
parent 2a9fa223de
commit b0b988a1e7
9 changed files with 176 additions and 8 deletions

View File

@ -5,7 +5,7 @@ Order: 1
The fastest way of getting started using Spectre.Console is
to install the NuGet package.
```shell
```text
> dotnet add package Spectre.Console
```