Commit Graph
2 Commits
Author SHA1 Message Date
Kang 0c47adca87 feat(patch): implement isolation for xterm WebGL texture atlas in NyaTerm
- Added a script to disable texture-atlas sharing in @xterm/addon-webgl for NyaTerm, ensuring each terminal instance maintains its own TextureAtlas.
- Updated the patching logic to verify the expected version and handle multiple target files for both CJS and ESM bundles.
- Enhanced error handling and logging for better observability during the patching process.
2026-07-13 11:27:38 +08:00
Kang 0eed179446 feat(build): add unlock rescue script and post-install patch for xterm webgl model
- Introduced a new build script `build:unlock-rescue` to facilitate unlocking rescue processes.
- Added a `postinstall` script to apply a patch to the xterm webgl model, ensuring compatibility with specific versions.
- Enhanced package.json to streamline build and installation processes.
2026-07-13 10:57:15 +08:00