@viji-dev/core 0.3.28 → 0.3.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1929,6 +1929,10 @@ export declare interface VijiCoreConfig {
1929
1929
  visible?: boolean;
1930
1930
  /** Session capability token (signed JWT). Controls branding and feature access. */
1931
1931
  _sc?: string;
1932
+ /** Initial render hint (logo variant/position), applied before the first frame. */
1933
+ _rh?: number;
1934
+ /** Called when the scene is visually live (render loop running, branding applied) but before audio/video/WASM setup completes. */
1935
+ onRenderStart?: () => void;
1932
1936
  }
1933
1937
 
1934
1938
  export declare class VijiCoreError extends Error {
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, V, a, b } from "./index-i7P2rHW8.js";
1
+ import { A, V, a, b } from "./index-CrmZANt9.js";
2
2
  export {
3
3
  A as AudioSystem,
4
4
  V as VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viji-dev/core",
3
- "version": "0.3.28",
3
+ "version": "0.3.29",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",