Skip to content

Commit

Permalink
Modularizing source code
Browse files Browse the repository at this point in the history
  • Loading branch information
MuTsunTsai committed Jul 19, 2024
1 parent 65245b5 commit 6a2b015
Show file tree
Hide file tree
Showing 19 changed files with 473 additions and 370 deletions.
34 changes: 18 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
"cSpell.words": [
"fonttools",
"fvar",
"gsub",
"Pyodide",
"unicodes",
"vfit",
"Webfont"
],
"cSpell.ignoreRegExpList": [
"/([\"'`])[a-z]{4}\\1/gi"
],
"files.exclude": {
"node_modules/": true
}
{
"cSpell.words": [
"fontfaces",
"fonttools",
"fvar",
"gsub",
"onloadingdone",
"Pyodide",
"unicodes",
"vfit",
"Webfont"
],
"cSpell.ignoreRegExpList": [
"/([\"'`])[a-z]{4}\\1/gi"
],
"files.exclude": {
"node_modules/": true
}
}
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/async/197.eb3796d7.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/static/js/async/197.ebb2c6f6.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/static/js/index.45f26854.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a2b015

Please sign in to comment.