@galacean/effects 0.0.1-alpha.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/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # Galacean Effects Player
2
+
3
+ Galacean Effects Player 用于播放 Galacean Effects 的动效产物。
4
+ Galacean Effects Player 的底层渲染引擎是 WebGL,能够高性能地支持粒子、3D、滤镜等特性,实时展现惊艳的视觉表现效果。
5
+
6
+ ## 使用文档
7
+
8
+ 通过阅读[Galacean Effects 开发者文档》](https://yuque.antfin.com/huoxing/knaszl)文档,你会了解到更多的 Galacean Effects Player 开发互动项目的姿势。
9
+
10
+ ## API 文档
11
+
12
+ TODO
13
+
@@ -0,0 +1,8 @@
1
+ export declare const HELP_LINK: {
2
+ 'Container size overflowed': string;
3
+ 'DPI overflowed': string;
4
+ 'Invalid container size': string;
5
+ 'Container is not an HTMLElement': string;
6
+ 'Never use destroyed player again': string;
7
+ 'Current running player count': string;
8
+ };
@@ -0,0 +1,4 @@
1
+ export { GLGeometry, GLEngine, GLRenderer } from '@galacean/effects-webgl';
2
+ export * from '@galacean/effects-core';
3
+ export * from './player';
4
+ export declare const version: string;