Merge branch 'master' into rsa

This commit is contained in:
Matt 2020-06-08 15:55:37 +01:00 committed by GitHub
commit d4ae241758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2056 additions and 2407 deletions

View file

@ -61,6 +61,14 @@ module.exports = {
context: "node_modules/node-forge/dist",
from: "prime.worker.min.js",
to: "assets/forge/"
}, {
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"
}
])
],