@svta/cml-id3
ID3 tag parsing functionality.
Installation
npm i @svta/cml-id3
Usage
import { getId3Frames } from "@svta/cml-id3";
const frames = getId3Frames(id3Data);
Type Aliases
- DecodedId3Frame
- Id3Frame
- TypedArray
Variables
- ID3_SCHEME_ID_URI
Functions
- canParseId3
- decodeId3Frame
- decodeId3TextFrame
- getId3Data
- getId3Frames
- getId3Timestamp
- isId3TimestampFrame
- readId3Size
- toArrayBuffer
- toUint8
- utf8ArrayToStr
A collection of tools for working with ID3v2 tags.
See