Skip to content

Commit

Permalink
Remove JSON importing/exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed Sep 21, 2024
1 parent 2404190 commit 948625f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 377 deletions.
20 changes: 0 additions & 20 deletions examples/full/toJSON.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ export * from "./buffer/wrapper";
export * from "./buffer/reader";
export * from "./buffer/writer";
export * from "./nbs/export/toArrayBuffer";
export * from "./nbs/export/toJSON";
export * from "./nbs/import/fromArrayBuffer";
export * from "./nbs/import/fromJSON";
export * from "./nbs/instrument/Instrument";
export * from "./nbs/instrument/SongInstruments";
export * from "./nbs/layer/Layer";
Expand Down
191 changes: 0 additions & 191 deletions src/nbs/export/toJSON.ts

This file was deleted.

163 changes: 0 additions & 163 deletions src/nbs/import/fromJSON.ts

This file was deleted.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"Layer",
"Note",
"Array Buffer",
"JSON",
"*"
],
"searchCategoryBoosts": {
Expand Down

0 comments on commit 948625f

Please sign in to comment.