id3v2
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

id3v2

GitHub license Travis npm Commitizen friendly renovate badge

Read ID3v2 metadata.

Usage

Installation

Install as npm package:

npm install id3v2 --save

Install latest development version:

npm install id3v2@next --save

API

import { ID3v2 } from 'id3v2';
 
const tag = new ID3v2('/path/to/test.mp3');
console.log(tag.title);

/id3v2/

    Package Sidebar

    Install

    npm i id3v2

    Weekly Downloads

    3

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    36.5 kB

    Total Files

    9

    Last publish

    Collaborators

    • knisterpeter