mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Removed dependency on old glMatrix
This commit is contained in:
+1
-10
@@ -44,21 +44,12 @@ module.exports = function(grunt) {
|
||||
"typedefs" : {
|
||||
"deps" : [],
|
||||
"exports" : "typedefs"
|
||||
},
|
||||
"glMatrix" : {
|
||||
"deps" : ["typedefs"],
|
||||
"exports" : "glMatrix"
|
||||
},
|
||||
"glMatrixAddon" : {
|
||||
"deps" : ["glMatrix"],
|
||||
"exports" : "glMatrixAddon"
|
||||
}
|
||||
},
|
||||
|
||||
"paths" : {
|
||||
"typedefs" : "typedefs",
|
||||
"glMatrix" : "vendor/glMatrix",
|
||||
"glMatrixAddon" : "glMatrixAddon"
|
||||
"gl-matrix": "../node_modules/gl-matrix/dist/gl-matrix"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+3971
-2348
File diff suppressed because it is too large
Load Diff
Vendored
+4
-4
File diff suppressed because one or more lines are too long
@@ -1,5 +1,5 @@
|
||||
/* jshint undef: true, unused: true, browser:true, devel: true */
|
||||
/* global define, mat2, vec2 */
|
||||
/* global define */
|
||||
|
||||
define("barcode_locator", ["image_wrapper", "cv_utils", "rasterizer", "tracer", "skeletonizer", "array_helper", "image_debug", "gl-matrix"],
|
||||
function(ImageWrapper, CVUtils, Rasterizer, Tracer, skeletonizer, ArrayHelper, ImageDebug, glMatrix) {
|
||||
|
||||
Reference in New Issue
Block a user