These docs
https://support.cloudflare.com/hc/en-us/articles/219178057-Configuring-Cloudflare-Mirage
suggest that Mirage is using javascript in the client browser to manage to image loading and replacement. Is there any documentation on the API that script uses so I can use it in a single page app? I imagine a MirageImage React component could be implemented for Mirage.
Thanks