add @Composable AutoSizeBox & AutoSizeImage by qdsfdhvh · Pull Request #334 · qdsfdhvh/compose-imageloader
1 AutoSizeBox will try to get the size via Modifier.Node; AutoSizeImage ≈ AutoSizeBox + Painter; Use priority: AutoSizeImage -> AutoSizeBox -> rememberImagePainter. 2 Since Modifer.Node updat...