Skip to content

afeiship/next-time2clock

Repository files navigation

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.