Remove undeclared `exports` from volume.js
This commit is contained in:
parent
a6ce396fa2
commit
873e498031
|
@ -21,6 +21,3 @@ export function toLogarithmicVolumeScale (v) {
|
|||
// (0; -DYNAMIC_RANGE) [dB] -> (1.0; 0.0)
|
||||
return 1 - (dB / -DYNAMIC_RANGE)
|
||||
}
|
||||
|
||||
exports.toLinearVolumeScale = toLinearVolumeScale
|
||||
exports.toLogarithmicVolumeScale = toLogarithmicVolumeScale
|
||||
|
|
Loading…
Reference in New Issue