Include source-files

This commit is contained in:
Christoph Oberhofer
2014-11-01 20:14:48 +01:00
parent cfec9f9c11
commit c84044aeb0
53 changed files with 213850 additions and 4 deletions
+2
View File
@@ -0,0 +1,2 @@
return require('quagga');
}));
+13
View File
@@ -0,0 +1,13 @@
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
//Allow using this built library as an AMD module
//in another project. That other project will only
//see this AMD call, not the internal modules in
//the closure below.
define([], factory);
} else {
//Browser globals case. Just assign the
//result to a property on the global.
root.Quagga = factory();
}
}(this, function () {