Files
LingvAI/hooks/index.ts
David 7288e9ace7 Text to Speech (#2)
* Initial TTS scrapping implemented

* Audio & copy buttons added

* TTS langs mapping fix

* Webkit audio api fix

* Added TTS-related testing

* Last tweaks
2021-03-25 16:48:46 +01:00

3 lines
132 B
TypeScript

export { default as useToastOnLoad } from "./useToastOnLoad";
export { default as useAudioFromBuffer } from "./useAudioFromBuffer";