mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
refactor(core): own edit protocol contract
This commit is contained in:
@@ -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 ─────────────────────────────────── */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user