Commit a35b812
committed
feat: コアロジックを外部ページ向けにexport化・ズームモード永続化 (v0.8.0)
pose_editor_3d.js の ComfyUI 非依存部分を js/pose_editor_core.js に切り出し、
export function initPoseEditor3D(...) として外部ページ(SPA等)から
動的importで再利用できるようにした。ノード自体の見た目・動作は不変。
ズーム操作モード(wheel/ctrlDrag)を localStorage に永続化し、
ノード・外部ページ間で設定を共有するようにした。1 parent 3ff527c commit a35b812
4 files changed
Lines changed: 1338 additions & 1284 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
| 425 | + | |
425 | 426 | | |
426 | 427 | | |
427 | 428 | | |
| |||
0 commit comments