@galacean/effects 0.0.1-alpha.0 → 0.0.1-alpha.2

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/LICENSE ADDED
@@ -0,0 +1,22 @@
1
+ MIT LICENSE
2
+
3
+ Copyright (c) 2019-present Ant Group Co., Ltd. https://www.antgroup.com/
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -5,9 +5,9 @@ Galacean Effects Player 的底层渲染引擎是 WebGL,能够高性能地支
5
5
 
6
6
  ## 使用文档
7
7
 
8
- 通过阅读[Galacean Effects 开发者文档》](https://yuque.antfin.com/huoxing/knaszl)文档,你会了解到更多的 Galacean Effects Player 开发互动项目的姿势。
8
+ 通过阅读[Galacean Effects 开发者文档》](https://galacean.antgroup.com/effects/#/user/gasrv4ka5sacrwpg)文档,你会了解到更多的 Galacean Effects Player 开发互动项目的姿势。
9
9
 
10
10
  ## API 文档
11
11
 
12
- TODO
12
+ [Galacean Effects API 文档](https://galacean.antgroup.com/effects/#/api/modules_galacean_effects)
13
13