jbilcke-hf's picture
jbilcke-hf HF Staff
Modifying AiTube to support Stories Factory use cases
6215321
raw
history blame
164 Bytes
export function getSegmentStartAt(element: HTMLElement, defaultValue = 0): number {
return Number(element.getAttribute('data-segment-start-at') || defaultValue)
}