node-id3:纯JavaScript ID3标签库

时间:2021-04-27 16:14:00
【文件属性】:
文件名称:node-id3:纯JavaScript ID3标签库
文件大小:29KB
文件格式:ZIP
更新时间:2021-04-27 16:14:00
JavaScript 节点ID3 node-id3是一个用JavaScript编写的ID3-Tag库。 安装 npm install node-id3 用法 const NodeID3 = require ( 'node-id3' ) /* Variables found in the following usage examples */ const filebuffer = Buffer . from ( "Some Buffer of a (mp3) file" ) const filepath = './path/to/(mp3)file' const tags = { title : "Tomorrow" , artist : "Kevin Penkin" , album : "TVアニメ「メイドインアビス」オリジナルサウンドトラック" , APIC : "./exa
【文件预览】:
node-id3-master
----.gitignore(62B)
----package.json(923B)
----src()
--------ID3Util.js(7KB)
--------ID3Frames.js(11KB)
--------ID3FrameReader.js(2KB)
--------ID3FrameBuilder.js(2KB)
--------ID3Definitions.js(6KB)
----.travis.yml(53B)
----LICENSE(1KB)
----index.js(16KB)
----CHANGELOG.md(6KB)
----README.md(8KB)
----example()
--------test.js(3KB)
--------chapter.py(252B)
----test()
--------test.js(34KB)
--------smallimg(520B)
----index.d.ts(19KB)

网友评论