valentinilk / compose-shimmer

A simple shimmer library for Jetpack Compose.
https://valentinilk.github.io/compose-shimmer/
Apache License 2.0
634 stars 35 forks source link

Feature: Add JS, and Desktop support #22

Closed jordond closed 11 months ago

jordond commented 11 months ago

I'm working on a KMP project and would love to use this library, so I created PR to bring support for the two additional platform targets, Javascript (Browser) and JVM (Desktop) I need.

ref #20

Note: While there are >3000 changes, the majority of that is the yarn.lock file, which can be ignored.

Changes

I did attempt to add the macos target as well, but came across an issue and ran out of time. I may submit another pull in the future.

jordond commented 11 months ago

Addressed your feedback 👍