UNPKG

music-metadata

Version:

Music metadata parser for Node.js, supporting virtual any audio and tag format.

8 lines 252 B
export const mp4ParserLoader = { parserType: 'mp4', extensions: ['.mp4', '.m4a', '.m4b', '.m4pa', 'm4v', 'm4r', '3gp'], async load() { return (await import('./MP4Parser.js')).MP4Parser; } }; //# sourceMappingURL=Mp4Loader.js.map