refactor(core): own edit protocol contract

This commit is contained in:
James
2026-07-18 13:24:57 -04:00
parent 177681aff1
commit 562544f68d
11 changed files with 213 additions and 17 deletions
@@ -5,7 +5,7 @@ export {
STUDIO_WIDTH_PROP,
STUDIO_HEIGHT_PROP,
STUDIO_MANUAL_EDIT_GESTURE_ATTR,
} from "@hyperframes/studio-server/draft-markers";
} from "@hyperframes/core/editing/draft-markers";
export const STUDIO_ROTATION_PROP = "--hf-studio-rotation";
/* ── Internal DOM attribute names ─────────────────────────────────── */
-2
View File
@@ -11,8 +11,6 @@ export { resolveIframe } from "./lib/timelineDOM";
// Store
export { usePlayerStore, liveTime } from "./store/playerStore";
// Public library surface; external consumers are invisible to the workspace analyzer.
// fallow-ignore-next-line unused-exports
export type { SelectElementOptions, TimelineElement, ZoomMode } from "./store/playerStore";
// Utils