* introduce pako and add general packer interface

* add tests for packer

* use function API instead of class API for better tree shaking support

* refcatoring the rollup bundle config
This commit is contained in:
yz-yu
2026-04-01 12:00:00 +08:00
committed by GitHub
parent f1adef4693
commit dcad6ff922
23 changed files with 316 additions and 218 deletions

View File

@@ -8,6 +8,7 @@ export {
MouseInteractions,
ReplayerEvents,
} from './types';
export { pack, unpack } from './packer';
const { addCustomEvent } = record;