UNPKG

spremic

Version:

A simple JavaScript speech recognition library.

13 lines 321 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <button id="startButton">start</button> <p id="output">Result:</p> </body> <script src="../dist/index.js"></script> </html>`