I see this library doesn't support JS/WASM builds and states in the readme:
The Web platform should use the DOM wrapper API to insert HTML directly in the web page.
However, I'm using it for a use case where I need the AnnotatedString for a Text element in Compose itself. You can see my usage here: maplibre/maplibre-compose#426
Would you be willing to publish builds for JS and WASM? JS should be doable by just adding the target, while WASM would require KtXml to add the WASM target as well.
I'd be happy to file a PR if it would be accepted / published.
macOS native support would be nice too (Compose publishes experimental builds for that platform).
I see this library doesn't support JS/WASM builds and states in the readme:
However, I'm using it for a use case where I need the AnnotatedString for a Text element in Compose itself. You can see my usage here: maplibre/maplibre-compose#426
Would you be willing to publish builds for JS and WASM? JS should be doable by just adding the target, while WASM would require KtXml to add the WASM target as well.
I'd be happy to file a PR if it would be accepted / published.
macOS native support would be nice too (Compose publishes experimental builds for that platform).