Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moebytes/Frame-Player
/ VideoChapter
Interface
VideoChapter
structures/functions.ts:25–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
export
interface
VideoChapter {
26
id: number
27
start: number
28
end: number
29
title: string
30
}
31
32
export
type
CanvasDrawable =
33
| HTMLCanvasElement
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected