-
๐ญ Iโm currently working on JavaScript / TypeScript project
-
๐ฑ Iโm currently learning SolidJS, Svelte and Rust
-
๐ Gist https://gist.github.com/mainendra
-
๐ Know about my experiences https://mainendra.github.io
-
โก Stay at 127.0.0.1 wear a 255.255.255.0
๐จโ๐ป
JavaScript / TypeScript developer and coding enthusiast.
- Mississauga, Canada
- https://mainendra.github.io
- @mainendrap
Pinned Loading
-
-
-
-
-
debounce.ts
debounce.ts 1function debounce<T extends [...T], U>(callback: (...args: [...T]) => U, delayMs: number): (...args: [...T]) => void {
2let timerId: any = null;
34return (...args: [...T]) => {
5clearTimeout(timerId);
-
TTS engine
TTS engine 1const synth = window.speechSynthesis;
23let currentReadoutStrings: string[] = [];
4let currentAlertStrings: string[] = [];
5let currentSSU: SpeechSynthesisUtterance;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.