UNPKG

onsong

Version:

A JavaScript library for parsing and formatting chord sheets in the OnSong File Format.

8 lines (7 loc) 149 B
module.exports = class Metadata { constructor(metatags) { metatags.forEach(metatag => { this[metatag.name] = metatag.value }); } }