I compiled my Corona program to HTML5 – works great.
I now want to embed this into a larger web page, how do I go about doing that?
The rest of the website is done in ReactJS. I have looked at the html output (which is an index.html a .bin file and a .data file) is there some way to turn that into a react component?
I guess I could use an iFrame and just treat the whole thing as separate?
I just need a bit of guidance for the best approach.
thx