SDKLast updated on
Last updated on
TypeScript SDK for creating and working with OpenForm artifacts
The @open-form/sdk package is an umbrella package for creating, validating, rendering OpenForm artifacts.
Installation
npm install @open-form/sdkpnpm add @open-form/sdkyarn add @open-form/sdkbun add @open-form/sdkPackage Overview
The SDK is an umbrella package that re-exports functionality from:
| Package | Description |
|---|---|
@open-form/core | Builders, instances, and lifecycle types for all artifact types |
@open-form/types | TypeScript type definitions |
@open-form/renderer-pdf | PDF output |
@open-form/renderer-docx | DOCX output |
@open-form/renderer-text | Plain text and markdown output |
@open-form/serialization | Locale-aware value formatting for rendering |