diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/color_palette/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/color_palette/README.md b/examples/color_palette/README.md index b646f3b3..e70188f8 100644 --- a/examples/color_palette/README.md +++ b/examples/color_palette/README.md @@ -1,7 +1,13 @@ -## Color Palette +## Color palette A color palette generator, based on a user-defined root color. +<div align="center"> + <a href="https://gfycat.com/dirtylonebighornsheep"> + <img src="https://github.com/hecrj/iced/raw/1a8d253611d3796b0a32b2f096bb54565a5292e0/examples/color_palette/screenshot.png"> + </a> +</div> + You can run it with `cargo run`: ``` |