@jswork/next-clock2time
v1.0.1
Published
Clock(lrc/srt) to time for next.
Downloads
2
Maintainers
Readme
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
- https://en.wikipedia.org/wiki/LRC_(file_format)
license
Code released under the MIT license.