- npm i jquery
- link the script in html file as <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> of the latest version
- dowload the latest version of typed.js zipped file from https://github.com/mattboldt/typed.js/releases/tag/v2.0.12 and extract it
- copy and paste the extracted file inside your project folder
- npm i typed.js
- link the script in html file as <script src="./typed.js-2.0.12/lib/typed.js"></script> of the latest version
- follow the instruction from the above github link start coding!