npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

svg-midi-grid

3.0.0

@juliangruber

npmHomeRepoSnykSocket
Downloads:10
$ npm install svg-midi-grid
DailyWeeklyMonthlyYearly

svg-midi-grid

Render a grid suitable for midi notes as SVG.

screenshot

Usage

const html = require('bel')
const Grid = require('svg-midi-grid')

const grid = Grid()

document.body.appendChild(html`
  <svg height=200 width=400>
    ${grid.render({
      height: 201,
      width: 401,
      cellHeight: 5,
      cellWidth: 10
    })}
  </svg>  
`)

Related

  • svg-midi-note — Render a Midi Note as SVG with velocitity and a selected state

License

MIT