Skip to content

v0.3.0 — Community engine and browser SDK

Choose a tag to compare

@iguangfei iguangfei released this 31 Aug 13:54
· 6 commits to main since this release

Highlights

  • Add Community/local PPTX, PDF, and HTML rendering alongside the existing cloud engine.
  • Add a cloud-only browser SDK with DOM-only declarations and no Node polyfills.
  • Use upstream @deckflow/office2html platform packages pinned to 0.1.0. Install only the matching OS/CPU binary; no runtime auto-installation.
  • Support lazy-slide conversion output, bounded parallel capture, and offline local asset handling.
  • Remove repository-owned platform binaries and their duplicate publishing workflow.

Installation

npm install -g @deckflow/deckrender@0.3.0

Cloud-only installations can add --omit=optional. The default engine remains cloud; select --engine local for local rendering and install Chrome or Chromium.

Validation

380 local tests, nine package-installation scenarios, and CI on Node 18, 20, and 22 passed. Published npm artifacts include provenance.

Full changelog