mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
@univerjs/action-recorder
@univerjs/action-recorder records user actions in Univer and can replay them for debugging, demos, or automated workflow reproduction.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/action-recorder |
UniverActionRecorder |
Yes | Yes | No |
Installation
pnpm add @univerjs/action-recorder
# or
npm install @univerjs/action-recorder
Keep all @univerjs/* packages on the same version.
Usage
import '@univerjs/action-recorder/lib/index.css';
import EnUS from '@univerjs/action-recorder/locale/en-US';
import { UniverActionRecorderPlugin } from '@univerjs/action-recorder';
univer.registerPlugin(UniverActionRecorderPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.