OpenCV-wasm-browser, removed external dependencies

This commit is contained in:
Felix Kaspar
2023-10-24 19:03:43 +02:00
parent 9eb3ff4bb3
commit 50a1bd8082
11 changed files with 10274 additions and 7 deletions

View File

@@ -6,10 +6,12 @@
<title>Document</title>
<!--TODO: Remove External Dependencies-->
<script src="https://unpkg.com/pdf-lib@1.17.1/dist/pdf-lib.min.js"></script>
<script src="https://unpkg.com/downloadjs@1.4.7"></script>
<script src="/dep/pdf-lib.min.js"></script>
<script src="/dep/downloadjs_1.4.7.js"></script>
<script src="/dep/pdf.min.js"></script>
<script src="/wasm/browserfs.min.js"></script>
<script src="/wasm/opencv/opencv_3_4_custom_O3.js"></script>
<script src="index.js" type="module"></script>
</head>