mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Removed dependency on old glMatrix
This commit is contained in:
+1
-10
@@ -44,21 +44,12 @@ module.exports = function(grunt) {
|
|||||||
"typedefs" : {
|
"typedefs" : {
|
||||||
"deps" : [],
|
"deps" : [],
|
||||||
"exports" : "typedefs"
|
"exports" : "typedefs"
|
||||||
},
|
|
||||||
"glMatrix" : {
|
|
||||||
"deps" : ["typedefs"],
|
|
||||||
"exports" : "glMatrix"
|
|
||||||
},
|
|
||||||
"glMatrixAddon" : {
|
|
||||||
"deps" : ["glMatrix"],
|
|
||||||
"exports" : "glMatrixAddon"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"paths" : {
|
"paths" : {
|
||||||
"typedefs" : "typedefs",
|
"typedefs" : "typedefs",
|
||||||
"glMatrix" : "vendor/glMatrix",
|
"gl-matrix": "../node_modules/gl-matrix/dist/gl-matrix"
|
||||||
"glMatrixAddon" : "glMatrixAddon"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+3939
-2316
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 */
|
/* 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"],
|
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) {
|
function(ImageWrapper, CVUtils, Rasterizer, Tracer, skeletonizer, ArrayHelper, ImageDebug, glMatrix) {
|
||||||
|
|||||||
Reference in New Issue
Block a user