From 5c2e0eae23d0cee1c77a100d60ebe27542e4a6ed Mon Sep 17 00:00:00 2001 From: OPENRNDR Actions Date: Sun, 14 Aug 2022 19:30:17 +0000 Subject: [PATCH] add demos to README.md --- orx-image-fit/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/orx-image-fit/README.md b/orx-image-fit/README.md index b723774f..c041317f 100644 --- a/orx-image-fit/README.md +++ b/orx-image-fit/README.md @@ -67,3 +67,9 @@ fun main() = application { } } ``` + +## Demos +### DemoImageFit01 +[source code](src/demo/kotlin/DemoImageFit01.kt) + +![DemoImageFit01Kt](https://raw.githubusercontent.com/openrndr/orx/media/orx-image-fit/images/DemoImageFit01Kt.png)