diff --git a/.gitignore b/.gitignore index fb9df04..4329ec8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/.venv \ No newline at end of file +/.venv +/.vscode \ No newline at end of file diff --git a/README.md b/README.md index 603ae5e..5920263 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`. ## TODO - Add font support + +--- + +There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch). diff --git a/secret-js.patch b/secret-js.patch new file mode 100644 index 0000000..b812b3a --- /dev/null +++ b/secret-js.patch @@ -0,0 +1,22 @@ +diff --git a/.gitignore b/.gitignore +index fb9df04..4329ec8 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -1 +1,2 @@ +-/.venv +\ No newline at end of file ++/.venv ++/.vscode +\ No newline at end of file +diff --git a/README.md b/README.md +index 603ae5e..5920263 100644 +--- a/README.md ++++ b/README.md +@@ -35,3 +35,7 @@ OWUG is licensed under `GPL-3.0-only`. + ## TODO + + - Add font support ++ ++--- ++ ++There's definitely not a secret patch to add JS support [here](/secret-js-patch.patch).