Skip to content

Commit 9ad5109

Browse files
committed
Add sample word cloud image
1 parent 994dd99 commit 9ad5109

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
`KnowledgePicker.WordCloud` is a modern (.NET Standard 2.0) and fast library for arranging and drawing [word clouds](https://knowledgepicker.com/t/427/tag-word-cloud) (a.k.a. tag clouds or wordle).
66

7+
![Sample Word Cloud](example.png)
8+
79
## How to use
810

911
1. Install [NuGet package `KnowledgePicker.WordCloud`](https://www.nuget.org/packages/KnowledgePicker.WordCloud/).

WordCloud.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{D1
1717
EndProject
1818
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WordFrequency.ConsoleApp", "examples\WordFrequency.ConsoleApp\WordFrequency.ConsoleApp.csproj", "{04B54227-4468-4505-B319-A270BBCFCCE5}"
1919
EndProject
20+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{F47A7AED-602F-4B34-B58C-D512AAC6B17A}"
21+
ProjectSection(SolutionItems) = preProject
22+
example.png = example.png
23+
LICENSE = LICENSE
24+
README.md = README.md
25+
EndProjectSection
26+
EndProject
2027
Global
2128
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2229
Debug|Any CPU = Debug|Any CPU

example.png

43.1 KB
Loading

0 commit comments

Comments
 (0)