swiftui-AsyncMultiplexImage
Still in prototyping, a component that displays multiple images from lower to higher quality.
this component comes from Texture/ASMultiplexImageNode
Example
AsyncMultiplexImage(
urls: [
...,
...,
...,
],
downloader: ... /* do not create an instance here */
)