Merge pull request #7201 from nurbek91/ReadSpeaker

Add ReadSpeaker / widget
main
Elbert Alias 1 year ago committed by GitHub
commit fa2c5556bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.6972 5.83587C11.0667 7.51206 9.40578 9.14254 7.71436 10.773C7.44007 11.0321 6.98292 11.2149 6.60197 11.2454C5.45911 11.3216 4.31627 11.2606 3.18865 11.3521C1.17722 11.5044 0.278169 12.3121 0.0800737 14.3083C0.0191213 14.9178 0.00388318 15.5273 0.00388318 16.1368C-0.0113549 16.7464 0.0191213 17.3559 0.0800737 17.9654C0.262931 19.9616 1.17722 20.7692 3.18865 20.9216C4.33151 21.013 5.47435 20.9368 6.60197 21.0283C6.98292 21.0587 7.44007 21.2263 7.71436 21.5006C9.40578 23.1159 11.0667 24.7616 12.6972 26.4378C14.5258 28.3273 16.8115 28.2054 19.1429 27.9921C19.1429 24.0302 19.1429 20.0987 19.1429 16.1521C19.1429 12.2054 19.1429 7.99968 19.1429 4.05302C16.7963 3.80921 14.5258 3.94635 12.6972 5.83587Z" fill="#444464"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.5829 6.46068L25.7563 4.20544C25.7563 4.20544 31.8515 7.67973 31.8515 16.1521C31.8515 24.6397 25.6801 27.7788 25.6801 27.7788L24.5829 25.6454C24.5829 25.6454 29.4286 22.6131 29.4286 16.2131C29.4286 9.81306 24.5829 6.46068 24.5829 6.46068Z" fill="#EE6600"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4801 10.8797L23.6382 8.59399C23.6382 8.59399 27.2039 11.2454 27.2039 16.2283C27.2039 21.2111 23.6229 23.5273 23.6229 23.5273L22.4801 21.2264C22.4801 21.2264 24.781 19.4588 24.781 16.2435C24.7963 13.013 22.4801 10.8797 22.4801 10.8797Z" fill="#EE6600"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -576,6 +576,25 @@
"url": "^https?//.+\\.reactiveonline\\.io",
"website": "https://reactiveonline.io"
},
"ReadSpeaker": {
"cats": [
5
],
"description": "ReadSpeaker is an intuitive text-to-speech API that converts text into natural-sounding audio files for websites and applications.",
"icon": "ReadSpeaker.svg",
"js": {
"ReadSpeaker": "",
"ReadSpeaker.meta.version": "^([\\d\\.]+)_.+$\\;version:\\1"
},
"scriptSrc": "\\.readspeaker\\.com/",
"pricing": [
"poa",
"low",
"recurring"
],
"saas": true,
"website": "https://www.readspeaker.com"
},
"Readymag": {
"cats": [
51

Loading…
Cancel
Save