next-clock2time
Clock(lrc/srt) to time for next.
installation
npm install -S @jswork/next-clock2time
usage
import '@jswork/next-clock2time';
// srt clock:
nx.clock2time('00:00:03,776') //3776
// lrc clock:
nx.clock2time('00:12.120') //12120
resources
license
Code released under the MIT license.