Skip to content

Commit

Permalink
Add served web demo for the imageviewer (#5116)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSMonk authored Aug 7, 2024
1 parent d30da0a commit 98794d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/imageviewer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Imageviewer

An example of an image gallery with camera and map support
based on Compose Multiplatform (desktop, Android and iOS).
based on Compose Multiplatform (desktop, Web, Android and iOS).

[![Static Badge](https://img.shields.io/badge/online%20demo%20%F0%9F%9A%80-6b57ff?style=for-the-badge)](https://zal.im/wasm/iv).

![](screenshots/imageviewer.png)

## Setting up your development environment

Expand Down Expand Up @@ -29,6 +33,10 @@ Choose a run configuration for an appropriate target in IDE and run it.

## Run on Web via Gradle

> **Note:**
> Web support is in [Alpha](https://kotlinlang.org/docs/components-stability.html). It may be changed at any time. You can use it in scenarios before production.
> We would appreciate your feedback in [GitHub](https://github.com/JetBrains/compose-multiplatform/issues).
`./gradlew :webApp:wasmJsRun`

### Running Android application
Expand Down
Binary file added examples/imageviewer/screenshots/imageviewer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98794d3

Please sign in to comment.