diff --git a/README.md b/README.md index 8b2ba4c..5aeea15 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Supports loading images from several sources, see [sources](#sources). the [`androidx.palette`](https://developer.android.com/jetpack/androidx/releases/palette) library. +You can checkout a web demo at [demo.kmpalette.com](https://demo.kmpalette.com/). + ## Table of Contents @@ -111,6 +113,8 @@ kotlin { ## Usage +To see the generated KDocs, visit [docs.kmpalette.com](https://docs.kmpalette.com/) + In order to use this library you first must have a `ImageBitmap` object. You can get this from using one of the [sources](#sources) or by using a library that creates one for you.