getVersion
getVersion(): string;
Get the version of the sound manager library. Returns the semantic version string (e.g. "5.7.0").
| Return Type | Description |
|---|---|
string | The library version |
Example
console.log(soundManager.getVersion());
// Output: "5.7.0"