From 10ecf1b56ec9f9b05e1103873a038978e339306c Mon Sep 17 00:00:00 2001 From: Nikhil Chaudhari Date: Sat, 22 Jan 2022 17:29:22 +0530 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf15ed7..92e7030 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,11 @@ showWithControls(controls = { // Draw your sketch. } ``` -Few examples [here](https://github.com/CuriousNikhil/k5-compose/blob/main/src/main/kotlin/examples/simulations/rotatingsquares.kt) and here. +Few examples [here](https://github.com/CuriousNikhil/k5-compose/blob/main/src/main/kotlin/examples/simulations/rotatingsquares.kt) and here. Which looks something like this - +image + +This adds 2/3rd of your specified `width` to the k5 compose playground window. ## Few handy Apis