@hrgui/chord-charts
v3.0.0
Published
# Usage
Downloads
5
Readme
@hrgui/chord-charts
Usage
import { tranpose } from "@hrgui/chord-charts";
transpose(
`
D G D
Amazing Grace, how sweet the sound,
A7
That saved a wretch like me.
D G D
I once was lost, but now im found,
A7 D
Was blind, but now I see.
`,
"D",
"C"
);