Skip to content

jenglamlow/ms-to-timecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milliseconds to Timecode

Build Status Coverage Status

A small library to convert millisecond to hh:mm:ss:ff time code

Installation

npm install ms-to-timecode

Usage

var msToTimecode = require('ms-to-timecode');

var timecodeString = msToTimecode(90000, 30);

Output should be 00:01:30:00

Tests

npm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published