Home Manual Reference Source Repository
Manual » Installation

Installation

From npm

$ npm install speechyl

From repository

ES6 module in dist/speechYL.js ES5 class in dist/speechYL.min.js

Getting Started

Start by importing the library if you are using ES6

import SpeechYL from 'speechyl'

Or put the script file in the html file :

<script src="speechYL.min.js"></script>