chore: export canvasMutation (#1383)

* chore: export canvasMutation

* add changeset
This commit is contained in:
David Newell
2024-01-22 15:32:32 +00:00
committed by GitHub
parent b2460a4991
commit 1e0b273822
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,
};