InstallationUsing NPM#$ npm i timecatjsCopyUsing Yarn#$ yarn add timecatjsCopyInstall module we actually need#$ npm i @timecat/recorder$ npm i @timecat/playerCopyImport in Browser#Add script tags in your browser and use the global variable TimeCat, you can choose the follow CDN:<script src="https://cdn.jsdelivr.net/npm/timecatjs"></script><script src="https://unpkg.com/timecatjs"></script>Copy