UNPKG

abcjs

Version:

Renderer for abc music notation

8 lines (5 loc) 130 B
function printPath(renderer, attrs, params) { var ret = renderer.paper.path(attrs); return ret; } module.exports = printPath;