feat: switch hotspot coordinates from container percentage to absolute content pixels
This commit is contained in:
@@ -3,6 +3,7 @@ export interface SceneNode {
|
||||
type?: 'video' | 'image'
|
||||
videoUrl: string
|
||||
imageUrl?: string
|
||||
contentSize?: { w: number; h: number }
|
||||
subtitleUrl?: string
|
||||
subtitles?: Record<string, string>
|
||||
choices?: Choice[]
|
||||
|
||||
Reference in New Issue
Block a user