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-duration="15"
|
||||||
data-root="true"
|
data-root="true"
|
||||||
>
|
>
|
||||||
<!-- LIVE HTML captured every frame via drawElementImage — Remotion can't nest these -->
|
<!-- LIVE HTML captured every frame via drawElementImage -->
|
||||||
<canvas
|
<canvas
|
||||||
id="cap-phone"
|
id="cap-phone"
|
||||||
layoutsubtree
|
layoutsubtree
|
||||||
@@ -359,7 +359,7 @@
|
|||||||
wL.position.set(-3, -1, 4);
|
wL.position.set(-3, -1, 4);
|
||||||
scene.add(wL);
|
scene.add(wL);
|
||||||
|
|
||||||
// ── Live HTML → WebGL Texture (drawElementImage, Remotion can't nest these) ─
|
// ── Live HTML → WebGL Texture ─
|
||||||
var capPhoneCvs = document.getElementById("cap-phone");
|
var capPhoneCvs = document.getElementById("cap-phone");
|
||||||
var capPhoneCtx = capPhoneCvs.getContext("2d");
|
var capPhoneCtx = capPhoneCvs.getContext("2d");
|
||||||
var phoneHtmlEl = document.getElementById("phone-html");
|
var phoneHtmlEl = document.getElementById("phone-html");
|
||||||
|
|||||||
Reference in New Issue
Block a user