Module @soundchips/vgm-parser

@soundchips/vgm-parser - VGM File Parser

License: GNU

@soundchips/vgm-parser is a Node.js module that parses VGM files into an object. This module is part of the @soundchips monorepo.

Installation

You can install @soundchips/vgm-parser via npm:

npm install @soundchips/vgm-parser

Usage

import { VGM } from "@soundchips/vgm-parser";

const vgm = VGM.Parse( "./file.vgz" );
console.log(vgm.commands);

Documentation

https://onesandzer0s.github.io/@soundchips/

Resources

Index

Namespaces

Classes

Type Aliases

Generated using TypeDoc