ChordPro 转换器 简单的 Vanilla JS 应用程序,用于创建和弦图表并转换为 ChordPro 括号格式。 初始化 Song 对象 const song = new Song ( template ) 使用空格解析为 HTML 文本 song . parsePlainHTML ( DOMElement ) 解析为表 song . parseHTMLTable ( DOMElement ) 更改正在解析的内容 默认值:和弦 song . parseChords ( ) song . parseLyrics ( ) song . parseNashville ( ) 更新模板 song . reInitialize ( template ) 非常感谢@gulaker 在早期阶段提供的帮助以及这个脚本背后的逻辑。
2021-08-03 14:04:08 55KB chords chordpro-format chordsheet JavaScript
1