ms-to-timecode

0.1.2 • Public • Published

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

/ms-to-timecode/

    Package Sidebar

    Install

    npm i ms-to-timecode

    Weekly Downloads

    36

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    4.44 kB

    Total Files

    6

    Last publish

    Collaborators

    • jenglamlow