UNPKG

subtitles-generator

Version:

Generate subtitles easily with ffmpeg and whisper

7 lines (6 loc) 164 B
import fs from 'node:fs'; export const getTextFileContent = async (filePath) => { return fs.promises.readFile(filePath, { encoding: 'utf-8', }); };