1.0.1 • Published 1 year ago

@xiaohuohumax/lrc-parser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@xiaohuohumax/lrc-parser

LRC歌词文件解析器

Install

npm i @xiaohuohumax/lrc-parser

Use

import lrcSource from './***.lrc?raw';
import { LrcParser, Lrc } from '@xiaohuohumax/lrc-parser';

const lrcParser = new LrcParser();
const lrc: Lrc = lrcParser.parser(lrcSource);

console.log(JSON.stringify(lrc, undefined, 2));

example

example-node

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago