chore: export canvasMutation (#1383)

* chore: export canvasMutation

* add changeset
This commit is contained in:
David Newell
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 04a5ce9ad8
commit 6510e32456
3 changed files with 13 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
import record from './record';
import { Replayer } from './replay';
import canvasMutation from './replay/canvas';
import { _mirror } from './utils';
import * as utils from './utils';
@@ -21,6 +22,7 @@ export {
addCustomEvent,
freezePage,
Replayer,
canvasMutation,
_mirror as mirror,
utils,
};