Creating an Iframe out of sketch.js

I'm experimenting the possibility of running multiple sketches in the same page. The best way to do this I think without much conflicts is creating an iframe for each of the sketch. I'm trying to create a React component which returns a sketch canvas embedded in an iframe by taking in the sketch.js code as the argument. Is it practically possible to create this?

Tagged:
Sign In or Register to comment.