We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bc6cc commit 33995b6Copy full SHA for 33995b6
README.md
@@ -23,6 +23,8 @@ Supports loading images from several sources, see [sources](#sources).
23
the [`androidx.palette`](https://developer.android.com/jetpack/androidx/releases/palette)
24
library.
25
26
+You can checkout a web demo at [demo.kmpalette.com](https://demo.kmpalette.com/).
27
+
28
<img width="300px" src="art/ios-demo.gif" />
29
30
## Table of Contents
@@ -111,6 +113,8 @@ kotlin {
111
113
112
114
## Usage
115
116
+To see the generated KDocs, visit [docs.kmpalette.com](https://docs.kmpalette.com/)
117
118
In order to use this library you first must have a `ImageBitmap` object. You can get this from using
119
one of the [sources](#sources) or by using a library that creates one for you.
120
0 commit comments