<!DOCTYPEhtml><html><head><!-- Include the Singular Graphic JavaSrcipt library --> <scriptsrc="https://app.singular.live/libs/singulargraphics/1.0.0/singulargraphics.js"></script></head><body><!-- define iFrame for a non-interactive Singular Player Instance --> <iframeid="SingularOverlay"style="width:720px; height: 400px;"src="https://app.singular.live/singularplayer/client"></iframe> <script>// Composition tokenconstCOMPOSITION_TOKEN="08EBsfeF4yoYLejOXM51Rk";// create graphic object from iframe 'SingularOverlay'constoverlay=SingularGraphics("SingularOverlay");// render composition instance specified by COMPOSITION_TOKEN,// the second param is output name, passing undefined to select the first outputoverlay.loadComposition(COMPOSITION_TOKEN,null,function (isSuccess) {if (isSuccess) {console.log("Composition loaded"); } else {console.warn("Couldn't load composition"); } }); </script></body></html>