mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 14:50:02 +00:00
fix(catalog): restore the caption texture preview (#3258)
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
@@ -109,7 +109,7 @@
|
||||
? window.__hyperframes.getVariables()
|
||||
: {};
|
||||
var TEXTURE = vars.texture || "lava";
|
||||
var TEXTURE_URL = "compositions/components/" + TEXTURE + ".png";
|
||||
var TEXTURE_URL = TEXTURE + ".png";
|
||||
|
||||
var _fitCanvas = document.createElement("canvas");
|
||||
var _fitCtx = _fitCanvas.getContext("2d");
|
||||
|
||||
Reference in New Issue
Block a user