UNPKG

frazy-parser

Version:

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

15 lines (13 loc) 199 B
import babel from '@rollup/plugin-babel' export default { input: './index.js', output: { file: 'bundle.esm.js', format: 'esm' }, plugins: [ babel({ exclude: 'node_modules/**' }) ] }