Convert milliseconds to timecode unit
npm install ms-to-timecodeMilliseconds to Timecode
=========


A small library to convert millisecond to hh:mm:ss:ff time code
npm install ms-to-timecode
var msToTimecode = require('ms-to-timecode');
var timecodeString = msToTimecode(90000, 30);
Output should be 00:01:30:00
npm test