Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

svg-daw-ruler

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svg-daw-ruler

A ruler element commonly used in DAWs

latest
npmnpm
Version
2.3.0
Version published
Maintainers
1
Created
Source

svg-daw-ruler

A ruler element commonly used in DAWs.

screenshot

Usage

const Ruler = require('svg-daw-ruler')
const html = require('bel')

const ruler = Ruler()

const el = html`
  <svg width=600 height=40>
    ${ruler.render({ width: 600, height: 30, cellWidth: 20, y: 50 })}
  </svg>
`

document.body.appendChild(el)

License

MIT

FAQs

Package last updated on 01 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts