String Thickness
Closed this issue · 5 comments
Aduffy commented
An option for string thickness such as a true/false for "scaleStrings" would be nice.
moonwave99 commented
I didn't get it - are stringWidth
and fretWidth
options not enough?
const f = new Fretboard({
stringWidth: 3,
fretWidth: 3
});
Aduffy commented
moonwave99 commented
Ah I see!
Ready in 92cccf4, will be part of next release ^^
Example:
const fretboard = new Fretboard({
stringWidth: [.75, 1, 1.5, 2, 2.5, 3]
});
Aduffy commented
Sweet! That was fast!!!
moonwave99 commented
Fixed in v0.1.9