mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
chore: remove competitor mentions from block source files
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
data-duration="15"
|
||||
data-root="true"
|
||||
>
|
||||
<!-- LIVE HTML captured every frame via drawElementImage — Remotion can't nest these -->
|
||||
<!-- LIVE HTML captured every frame via drawElementImage -->
|
||||
<canvas
|
||||
id="cap-phone"
|
||||
layoutsubtree
|
||||
@@ -359,7 +359,7 @@
|
||||
wL.position.set(-3, -1, 4);
|
||||
scene.add(wL);
|
||||
|
||||
// ── Live HTML → WebGL Texture (drawElementImage, Remotion can't nest these) ─
|
||||
// ── Live HTML → WebGL Texture ─
|
||||
var capPhoneCvs = document.getElementById("cap-phone");
|
||||
var capPhoneCtx = capPhoneCvs.getContext("2d");
|
||||
var phoneHtmlEl = document.getElementById("phone-html");
|
||||
|
||||
Reference in New Issue
Block a user