UNPKG

subtitles-generator

Version:

Generate subtitles easily with ffmpeg and whisper

3 lines (2 loc) 108 B
import crypto from 'node:crypto'; export const generateUUID = () => crypto.randomBytes(16).toString('hex');