Skip to content

Commit

Permalink
import pentatonic
Browse files Browse the repository at this point in the history
  • Loading branch information
caged committed Mar 27, 2021
1 parent b3c0c3d commit fcea64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Note, Range } from "@tonaljs/tonal";
export { default as tnps } from "./system/tnps";
export { default as pentatonic } from "./system/pentatonic";
export { default as scale } from "./scale";
export { chunk, rotate, getSVGFile, partition } from "./utils";

Expand Down

0 comments on commit fcea64b

Please sign in to comment.