Skip to content

Commit

Permalink
feat: add docs for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Jun 9, 2024
1 parent 738c624 commit 20a454e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/mp3tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
JavaScript library documentations page. mp3tag.js exported class documentation
keywords: mp3, id3, audio, tag, edit, write, documentations, docs, mp3tag
active: mp3tag
last_modified_at: 2024-02-12T03:27+08:00
last_modified_at: 2024-06-09T16:25+08:00
---
<div id="properties" class="Subhead bg-white position-sticky top-0">
<div class="Subhead-heading">Properties</div>
Expand Down Expand Up @@ -75,7 +75,8 @@
// Default Options
{
id3v1: true, // include ID3v1
id3v2: true // include ID3v2
id3v2: true, // include ID3v2
unsupported: false // if true, parses unsupported frames as an array of bytes. Otherwise, skip
}
```
{% endcapture %}
Expand Down Expand Up @@ -117,7 +118,8 @@
include: true, // Add ID3v2 tags to buffer
unsynch: false, // Use unsynchronisation scheme
version: defaultVersion, // ID3v2 major version
padding: 2048 // Number of null bytes added after ID3v2 tag
padding: 2048, // Number of null bytes added after ID3v2 tag
unsupported: false // Whether to write unsupported frames to buffer. Otherwise, skips
}
}
```
Expand Down

0 comments on commit 20a454e

Please sign in to comment.