mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-07 15:26:14 -04:00
format
This commit is contained in:
@@ -92,7 +92,7 @@ export function registerSamplesFromDB(config = userSamplesDBConfig, onComplete =
|
||||
|
||||
async function blobToDataUrl(blob) {
|
||||
return new Promise((resolve) => {
|
||||
resolve(URL.createObjectURL(blob))
|
||||
resolve(URL.createObjectURL(blob));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user