Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
undev-studio committed Dec 2, 2024
1 parent 3e0249b commit 1995b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const

filename.onChange = async function ()
{
const font = await opentype.load(filename.get());
const fontFile = op.patch.getFilePath(String(filename.get()));
const font = await opentype.load(fontFile);
outFont.set(font);
};
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"summary": "Load OTF & TTF fonts via OpenType library",
"issues": "",
"caniusequery": "",

"youtubeids": [],
"exampleProjectId": "Cp5VS3",
"docs": {
"ports": []
}
},
"license": "MIT"
}

0 comments on commit 1995b2f

Please sign in to comment.