UNPKG

abcjs

Version:

Renderer for abc music notation

7 lines (4 loc) 151 B
function getBarYAt(startx, starty, endx, endy, x) { return starty + (endy - starty) / (endx - startx) * (x - startx); } module.exports = getBarYAt;