Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-conductor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-conductor

conductor for simple time signatures based off the browser's highly accurate starting clock

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

react-conductor

conductor for simple time signatures based off the browser's highly accurate starting clock

usage

currently you can use by passing like so:

    <ReactConductor
        audioContext={audioContext}
        height={500}
        width={500}
        bpm={BPM}
        startTime={startTime}
        options={{ acceleration: 0.8 }}
    />

Options is an object that is completely optional and can contain any of these properties:

	acceleration?: number
	lineWidth?: number
	circleRadius?: number
	fps?: number

The rest of the props are required.

The image will be boring and static until you pass in a startTime that is anything but null / 0.

FAQs

Package last updated on 19 Apr 2018

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