Skip to content

Commit 948625f

Browse files
committed
Remove JSON importing/exporting
1 parent 2404190 commit 948625f

File tree

5 files changed

+0
-377
lines changed

5 files changed

+0
-377
lines changed

examples/full/toJSON.ts

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ export * from "./buffer/wrapper";
22
export * from "./buffer/reader";
33
export * from "./buffer/writer";
44
export * from "./nbs/export/toArrayBuffer";
5-
export * from "./nbs/export/toJSON";
65
export * from "./nbs/import/fromArrayBuffer";
7-
export * from "./nbs/import/fromJSON";
86
export * from "./nbs/instrument/Instrument";
97
export * from "./nbs/instrument/SongInstruments";
108
export * from "./nbs/layer/Layer";

src/nbs/export/toJSON.ts

Lines changed: 0 additions & 191 deletions
This file was deleted.

src/nbs/import/fromJSON.ts

Lines changed: 0 additions & 163 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"Layer",
4545
"Note",
4646
"Array Buffer",
47-
"JSON",
4847
"*"
4948
],
5049
"searchCategoryBoosts": {

0 commit comments

Comments
 (0)