Several components support src:
<Img><Video>-<Audio><AnimatedImage>
Right now, src is not in any schema passed to withInteractivitySchema.
But it would be nice to add it and:
- Show the asset in the inspector
- Replace the asset with one from the public folder (a live-updating list of assets is already available, powering the "Assets" panel). Maybe it can use the same dropdown that is in defaultProps editor, if a default props is a staticFile, we show a list of assets
- A file picker allowing to upload a new asset (same import flow as when dropping an asset on the canvas or the asset inspector, it uploads to
public/folder now) - Remote assets should be gracefully handled