Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.14 KB

next-time2clock

Time to clock(lrc/srt) for next.

version license size download

installation

npm install -S @jswork/next-time2clock

usage

import '@jswork/next-time2clock';

const res = nx.time2clock(122313);
// { srt: '00:02:02,313', std: '00:02:02.313', lrc: '02:02.313' }

license

Code released under the MIT license.