moved rrweb-snapshot into packages/rrweb-snapshot

This commit is contained in:
Mark-fenng
2026-04-01 12:00:00 +08:00
parent c208a40e8e
commit 392c4bd871
53 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
import snapshot, {
serializeNodeWithId,
transformAttribute,
visitSnapshot,
cleanupSnapshot,
needMaskingText,
IGNORED_NODE,
} from './snapshot';
import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild';
export * from './types';
export * from './utils';
export {
snapshot,
serializeNodeWithId,
rebuild,
buildNodeWithSN,
addHoverClass,
transformAttribute,
visitSnapshot,
cleanupSnapshot,
needMaskingText,
IGNORED_NODE,
};