1.2.1 • Published 2 years ago

speed-to-percentage v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

release license maintainability coverage snyk

Convert the audio playback speed to percentage.

Normal playback speed is 1, meaning the audio is played at the normal speed.

🚀 Use

yarn add speed-to-percentage

⚡ Example

import speedToPercentage from 'speed-to-percentage'

const half = speedToPercentage(0.5) // returns the string -50
const moreDigits = speedToPercentage(0.5, 2) // returns the string -50.00
1.2.1

2 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago