jayfrancis/webvtt

WebVTT Render Helper

Installs: 39

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jayfrancis/webvtt

dev-master 2013-08-09 15:06 UTC

This package is not auto-updated.

Last update: 2025-10-20 20:32:41 UTC


README

A package for adding and rendering WebVTT captions.

$webVtt = new WebVTT\WebVTT(); $webVtt->addCaption(1, 20, 'Text between 1-20 seconds'); $webVtt->addCaption(20, 40, 'Text between 20-40 seconds'); $webVtt->render();