HTML-Speaker
A custom html element makes Text-To-Speech function easier to use on your website.

npm version composer version build status Codacy Badge jsDelivr

Installation


CSS (Optional)

Copy-paste the stylesheet <link> into your <head> tag.  

<link href="https://cdn.jsdelivr.net/npm/html-speaker/dist/html-speaker.min.css" rel="stylesheet">

JS

Place the following <script> near the end of your pages, right before the closing <body> tag.  

<script src="https://cdn.jsdelivr.net/npm/html-speaker/dist/html-speaker.min.js"></script>
or

npm

npm install html-speaker

Composer

composer require tatlead/html-speaker