Skip to content

Instantly share code, notes, and snippets.

@oeway
Created January 11, 2020 07:59
Show Gist options
  • Save oeway/0d6cdbbabecff899eb6c0eddc4ab3ddf to your computer and use it in GitHub Desktop.
Save oeway/0d6cdbbabecff899eb6c0eddc4ab3ddf to your computer and use it in GitHub Desktop.
if(window && window.location && window.location.protocol === 'file:'){
const preview = window.open("https://deploy-preview-268--imjoy.netlify.com/#/preview");
window.addEventListener("message", function(ev) {
if (ev.data.type === "imjoy-app-ready") {
preview.postMessage({ type: "load-imjoy-plugin", code: document.body.innerHTML }, "*");
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment