react-text-to-speech
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -31,3 +31,3 @@ import React, { useEffect, useState } from 'react'; | ||
setSpeechIcon(startBtn); | ||
}, 100); | ||
}, 1); | ||
} | ||
@@ -34,0 +34,0 @@ useEffect(() => () => { var _a; return (_a = window.speechSynthesis) === null || _a === void 0 ? void 0 : _a.cancel(); }, []); |
{ | ||
"name": "react-text-to-speech", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"description": "An easy to use react component for the Web Speech API.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
10317