UNPKG

frazy-parser

Version:

Parser for subtitles in different formats into frazy.me format. Also converter between subtitles types. (srt --> vtt etc)

14 lines (13 loc) 310 B
export { parseSubs, checkSubsType } from './src/subtitles.js' export { parseChapters, parseVtt, clearYoutubeAutogenerated } from './src/vttAdvanced.js' export { formatSecondsToTime, parseTimecode, findCurrentPhraseNum, parseYamlParams } from './src/utils.js' export { parseText } from './src/intext.js'