@types/wavesurfer.js
Advanced tools
Comparing version 2.0.2 to 3.2.0
@@ -1,4 +0,4 @@ | ||
// Type definitions for wavesurfer.js 2.0 | ||
// Type definitions for wavesurfer.js 3.2 | ||
// Project: https://github.com/katspaugh/wavesurfer.js | ||
// Definitions by: Yusuke Higuchi <https://github.com/higuri> | ||
// Definitions by: Yusuke Higuchi <https://github.com/higuri>, Egor Gorbachev <https://github.com/kubk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -121,2 +121,3 @@ // TypeScript Version: 2.2 | ||
barGap?: number; | ||
barRadius?: number; | ||
closeAudioContext?: boolean; | ||
@@ -123,0 +124,0 @@ container: string | HTMLElement; |
{ | ||
"name": "@types/wavesurfer.js", | ||
"version": "2.0.2", | ||
"version": "3.2.0", | ||
"description": "TypeScript definitions for wavesurfer.js", | ||
@@ -11,14 +11,20 @@ "license": "MIT", | ||
"githubUsername": "higuri" | ||
}, | ||
{ | ||
"name": "Egor Gorbachev", | ||
"url": "https://github.com/kubk", | ||
"githubUsername": "kubk" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/wavesurfer.js" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "013b49b3883d207df8de25034d6bc5133460e95a94982e42bb97a5ef0b541186", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "ac1ccf558d358031eee53f3d0c5aacefad68b208ef52d0a9e3abd1844dd458fd", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wavesurfer.js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wavesurfer.js. | ||
Additional Details | ||
* Last updated: Wed, 23 Jan 2019 18:11:44 GMT | ||
### Additional Details | ||
* Last updated: Mon, 16 Dec 2019 13:29:16 GMT | ||
* Dependencies: none | ||
* Global values: WaveSurfer | ||
* Global values: `WaveSurfer` | ||
# Credits | ||
These definitions were written by Yusuke Higuchi <https://github.com/higuri>. | ||
These definitions were written by Yusuke Higuchi (https://github.com/higuri), and Egor Gorbachev (https://github.com/kubk). |
8891
162