jordond / kmpalette

🎨 A Compose multiplatform port for Androidx Palette. Generate a color palette from an image.

Home Page:https://demo.kmpalette.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web support

kadirkid opened this issue · comments

Seems like only web isn't supported as of yet. Any plans on supporting it?

Yes I do plan on looking into supporting it.

The reason it currently isn't is because the androidx-palette library relies on androidx.collections and androidx.annotations. Both of which do not currently support web. For the sake of getting a release out there, I didn't do much to the androidx.palette library other than convert it to kotlin and get it compiling.

You can now keep track of the progress in #19

A pre-release is available if you wanted to test out the web support.

Released in 2.0.0, checkout https://demo.kmpalette.com for the working demo