A collection of tools for working with ID3v2 tags.
ID3 tag parsing functionality.
npm i @svta/cml-id3 Copy
npm i @svta/cml-id3
import { getId3Frames } from "@svta/cml-id3";const frames = getId3Frames(id3Data); Copy
import { getId3Frames } from "@svta/cml-id3";const frames = getId3Frames(id3Data);
A collection of tools for working with ID3v2 tags.
See