UNPKG

@xysfe/memento-snapshot

Version:

rrweb's component to take a snapshot of DOM, aka DOM serializer

5 lines (4 loc) 282 B
import snapshot, { serializeNodeWithId, transformAttribute } from './snapshot'; import rebuild, { buildNodeWithSN, addHoverClass } from './rebuild'; export * from './types'; export { snapshot, serializeNodeWithId, rebuild, buildNodeWithSN, addHoverClass, transformAttribute, };