mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 23:00:03 +00:00
Cherry-picked from feat/html-in-canvas-launch (PR #611): - Enable --enable-features=CanvasDrawElement in Chrome browser args so HTML-in-canvas compositions render correctly - Add native drawElementImage() capture path for shader transitions with existing fallback preserved - Reuse renderer Chrome args in hyperframes validate for consistent WebGL/CanvasDrawElement environment - Add capture.test.ts for the new shader transition capture path
4 lines
223 B
TypeScript
4 lines
223 B
TypeScript
export { init, type HyperShaderConfig, type TransitionConfig } from "./hyper-shader.js";
|
|
export { isHtmlInCanvasCaptureSupported } from "./capture.js";
|
|
export { SHADER_NAMES, type ShaderName } from "./shaders/registry.js";
|