Rename files

This commit is contained in:
msqr1
2024-01-24 20:35:33 -08:00
parent e92ddadc99
commit 43b54fd1f6
4 changed files with 2 additions and 14 deletions

4
.gitignore vendored
View File

@@ -6,6 +6,4 @@ test.sh
libarchive libarchive
.vscode .vscode
clapack-wasm clapack-wasm
node_modules index.html
package.json
package-lock.json

View File

@@ -32,7 +32,7 @@ Changing any setting to non-default values requires recompilation
``` ```
git clone --depth=1 https://github.com/msqr1/Browser-recognizer && git clone --depth=1 https://github.com/msqr1/Browser-recognizer &&
cd Browser-recognizer && cd Browser-recognizer &&
[Name]=[Value]... ./install.sh [Name]=[Value]... ./compile.sh
``` ```
| Name | Description | Default value | | Name | Description | Default value |
|---|---|---| |---|---|---|
@@ -80,6 +80,5 @@ If you can't set them, you may use a VERY HACKY workaround at *src/addCOI.js*.
}, },
}); });
</script> </script>
``` ```

View File

@@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script src="BrowserRecognizer.js" type="module"></script>
</head>
<script>
</script>
</html>