mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Fixed tesseract issue
This commit is contained in:
parent
5c35205315
commit
5ce3cc17bb
4 changed files with 25 additions and 50 deletions
|
@ -56,6 +56,14 @@ module.exports = {
|
|||
context: "src/core/vendor/",
|
||||
from: "tesseract/**/*",
|
||||
to: "assets/"
|
||||
}, {
|
||||
context: "node_modules/tesseract.js/",
|
||||
from: "dist/worker.min.js",
|
||||
to: "assets/tesseract"
|
||||
}, {
|
||||
context: "node_modules/tesseract.js-core/",
|
||||
from: "tesseract-core.wasm.js",
|
||||
to: "assets/tesseract"
|
||||
}
|
||||
])
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue