@soundchips/vgm-parser - VGM File Parser@soundchips/vgm-parser is a Node.js module that parses VGM files into an object. This module is part of the @soundchips monorepo.
You can install @soundchips/vgm-parser via npm:
npm install @soundchips/vgm-parser
import { VGM } from "@soundchips/vgm-parser";
const vgm = VGM.Parse( "./file.vgz" );
console.log(vgm.commands);
https://onesandzer0s.github.io/@soundchips/
Generated using TypeDoc