Skip to content

2.29.0-preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@manjeshbhargav manjeshbhargav released this 13 Aug 15:19
· 0 commits to master since this release

2.29.0-preview.1 (August 13, 2024)

Changes

  • AddProcessorOptions.inputFrameBufferType now has a new value videoframe. On browsers that support VideoFrame, the inputFrameBuffer argument of VideoProcessor.processFrame() will be a VideoFrame. On other supported browsers, it will be an HTMLVideoElement.
  • AddProcessorOptions.outputFrameBufferContextType now has a new value bitmaprenderer. Currently, this is only supported for Chromium-based browsers. On other supported browsers, it falls back to 2d.
  • Patched the build script to work around the issue: markdown-it/linkify-it#111.