Skip to content

Commit e1e13b6

Browse files
author
Ray Schamp
committed
feat(data format): add SB3 DataFormat, so we can save SB3s!
1 parent 6cb2b70 commit e1e13b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DataFormat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const DataFormat = {
88
MP3: 'mp3',
99
PNG: 'png',
1010
SB2: 'sb2',
11+
SB3: 'sb3',
1112
SVG: 'svg',
1213
WAV: 'wav'
1314
};

0 commit comments

Comments
 (0)