CoilPainterFactory

The default JoyDomPainterFactory: loads each src via Coil 3's rememberAsyncImagePainter. Exposed so a custom factory can delegate to it for srcs it doesn't handle itself (e.g. myScheme(src) ?: CoilPainterFactory(src)).