chore: remove competitor mentions from block source files

This commit is contained in:
Miguel Ángel
2026-05-06 01:04:09 -07:00
parent 73c4aaf08d
commit b7f4c6d0d3
+2 -2
View File
@@ -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");