We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128060b + 568d535 commit ccca69aCopy full SHA for ccca69a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@galacean/effects-specification",
3
- "version": "2.2.0",
+ "version": "2.3.0",
4
"description": "Galacean Effects JSON Specification",
5
"module": "./es/index.js",
6
"main": "./es/index.js",
src/scene.ts
@@ -32,7 +32,8 @@ export enum JSONSceneVersion {
32
'3_0' = '3.0', // EC 改造、移除滤镜元素
33
'3_1' = '3.1', // 音视频
34
'3_2' = '3.2', // 矢量动画、透明视频、增加富文本属性
35
- 'LATEST' = JSONSceneVersion['3_2'],
+ '3_3' = '3.3', // 指向型蒙版、图片蒙版
36
+ 'LATEST' = JSONSceneVersion['3_3'],
37
}
38
39
/**
0 commit comments