UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

7 lines (6 loc) 183 B
export declare const useSpeech: ({ isMuteSpeech, }: { isMuteSpeech?: boolean | undefined; }) => { speak: (string: string, voice?: number) => void; cancelSpeaking: any; };