fixed feature to upload sound files
This commit is contained in:
@@ -21,6 +21,10 @@ export function getSoundFileURL(name: string) {
|
||||
return sounds[name] ?? null;
|
||||
}
|
||||
|
||||
export const showSoundURL = (url: URL | string | undefined) => {
|
||||
console.log(url);
|
||||
};
|
||||
|
||||
const randomChars = () => {
|
||||
const uppercaseAsciiStart = 65;
|
||||
const letterIndex = Math.floor(Math.random() * 26);
|
||||
|
||||
Reference in New Issue
Block a user