@galacean/effects 1.1.0-alpha.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -3
- package/dist/index.min.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/weapp.js +2 -2
- package/dist/weapp.mjs +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime player for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v1.1.0
|
|
6
|
+
* Version: v1.1.0
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -36358,9 +36358,9 @@ Renderer.create = function (canvas, framework, renderOptions) {
|
|
|
36358
36358
|
Engine.create = function (gl) {
|
|
36359
36359
|
return new GLEngine(gl);
|
|
36360
36360
|
};
|
|
36361
|
-
var version = "1.1.0
|
|
36361
|
+
var version = "1.1.0";
|
|
36362
36362
|
console.info({
|
|
36363
|
-
content: '[Galacean Effects Player] version: ' + "1.1.0
|
|
36363
|
+
content: '[Galacean Effects Player] version: ' + "1.1.0",
|
|
36364
36364
|
type: LOG_TYPE,
|
|
36365
36365
|
});
|
|
36366
36366
|
|