@aelionsdk/render-ir
v1.2.0
Published
Incremental render intermediate representation compiler for AelionSDK
Readme
@aelionsdk/render-ir
Incremental Project-to-Render-IR compilation and deterministic timeline evaluation for AelionSDK.
Install
npm install @aelionsdk/render-irlatest currently resolves to 1.2.0. Product applications should use
@aelionsdk/sdk; direct use is for custom renderers, exporters and engine
instrumentation.
Public surface
- cold and incremental Project compilation;
- visual and audio timeline evaluation;
- captions, text layout and time maps;
- color and bit-depth contracts;
- compile statistics and Render IR types.
Preview and export should consume the same validated Render IR rather than maintaining separate timeline semantics. Unsupported color or time-map combinations fail closed.
See the render consistency guide and API reference. Licensed under MIT.
