You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const subsrt = require('subsrt');
const vttContent = `WEBVTT
00:00.000 --> 00:04.000
Welcome to English in a Minute.
00:04.000 --> 00:07.000
Most people enjoy going to parties.
00:07.000 --> 00:25.000
You got to be a...`;
const options = { format: 'srt' };
const srtContent = subsrt.convert(vttContent, options);
console.log('SRT content:', srtContent);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: