load fonts from forked version
This commit is contained in:
parent
d5938a016c
commit
38b1717fac
3 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ import fetch from 'node-fetch';
|
|||
|
||||
const name = '0000_JCLive';
|
||||
|
||||
const js = await fetch(`https://surikov.github.io/webaudiofontdata/sound/${name}_sf2_file.js`).then((res) =>
|
||||
const js = await fetch(`https://felixroos.github.io/webaudiofontdata/sound/${name}_sf2_file.js`).then((res) =>
|
||||
res.text(),
|
||||
);
|
||||
// console.log(js);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue