webgltexture-loader
Advanced tools
Comparing version
@@ -6,30 +6,30 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "WebGLTextureLoader", { | ||
Object.defineProperty(exports, "LoaderResolver", { | ||
enumerable: true, | ||
get: function () { | ||
return _WebGLTextureLoader.default; | ||
return _LoaderResolver.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "WebGLTextureLoaderAsyncHashCache", { | ||
Object.defineProperty(exports, "LoadersRegistry", { | ||
enumerable: true, | ||
get: function () { | ||
return _WebGLTextureLoaderAsyncHashCache.default; | ||
return _LoadersRegistry.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "WebGLTextureLoaderSyncHashCache", { | ||
Object.defineProperty(exports, "WebGLTextureLoader", { | ||
enumerable: true, | ||
get: function () { | ||
return _WebGLTextureLoaderSyncHashCache.default; | ||
return _WebGLTextureLoader.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LoadersRegistry", { | ||
Object.defineProperty(exports, "WebGLTextureLoaderAsyncHashCache", { | ||
enumerable: true, | ||
get: function () { | ||
return _LoadersRegistry.default; | ||
return _WebGLTextureLoaderAsyncHashCache.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "LoaderResolver", { | ||
Object.defineProperty(exports, "WebGLTextureLoaderSyncHashCache", { | ||
enumerable: true, | ||
get: function () { | ||
return _LoaderResolver.default; | ||
return _WebGLTextureLoaderSyncHashCache.default; | ||
} | ||
@@ -36,0 +36,0 @@ }); |
{ | ||
"name": "webgltexture-loader", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "load & cache various kind of WebGLTexture with an extensible and loosely coupled system", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"gitHead": "92d83cb6cd38650e549331d344ae4687e922a6c6" | ||
"gitHead": "2e0e474d66d6796fc9cfe0139baf746b6a1709be" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67295
-0.78%