@flighthq/sdk 0.1.0 → 0.2.1-next.410.a23f189

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.
Files changed (58) hide show
  1. package/dist/animation.d.ts +9 -0
  2. package/dist/animation.d.ts.map +1 -0
  3. package/dist/animation.js +9 -0
  4. package/dist/animation.js.map +1 -0
  5. package/dist/application.d.ts +9 -0
  6. package/dist/application.d.ts.map +1 -0
  7. package/dist/application.js +9 -0
  8. package/dist/application.js.map +1 -0
  9. package/dist/core.d.ts +8 -0
  10. package/dist/core.d.ts.map +1 -0
  11. package/dist/core.js +8 -0
  12. package/dist/core.js.map +1 -0
  13. package/dist/displayobject.d.ts +8 -0
  14. package/dist/displayobject.d.ts.map +1 -0
  15. package/dist/displayobject.js +8 -0
  16. package/dist/displayobject.js.map +1 -0
  17. package/dist/formats.d.ts +11 -0
  18. package/dist/formats.d.ts.map +1 -0
  19. package/dist/formats.js +11 -0
  20. package/dist/formats.js.map +1 -0
  21. package/dist/game.d.ts +8 -0
  22. package/dist/game.d.ts.map +1 -0
  23. package/dist/game.js +8 -0
  24. package/dist/game.js.map +1 -0
  25. package/dist/index.d.ts +39 -9
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +39 -9
  28. package/dist/index.js.map +1 -1
  29. package/dist/interaction.d.ts +3 -0
  30. package/dist/interaction.d.ts.map +1 -0
  31. package/dist/interaction.js +3 -0
  32. package/dist/interaction.js.map +1 -0
  33. package/dist/media.d.ts +3 -0
  34. package/dist/media.d.ts.map +1 -0
  35. package/dist/media.js +3 -0
  36. package/dist/media.js.map +1 -0
  37. package/dist/platform.d.ts +30 -0
  38. package/dist/platform.d.ts.map +1 -0
  39. package/dist/platform.js +30 -0
  40. package/dist/platform.js.map +1 -0
  41. package/dist/rendering.d.ts +18 -0
  42. package/dist/rendering.d.ts.map +1 -0
  43. package/dist/rendering.js +18 -0
  44. package/dist/rendering.js.map +1 -0
  45. package/dist/resources.d.ts +11 -0
  46. package/dist/resources.d.ts.map +1 -0
  47. package/dist/resources.js +11 -0
  48. package/dist/resources.js.map +1 -0
  49. package/dist/scene.d.ts +10 -0
  50. package/dist/scene.d.ts.map +1 -0
  51. package/dist/scene.js +10 -0
  52. package/dist/scene.js.map +1 -0
  53. package/dist/text.d.ts +11 -0
  54. package/dist/text.d.ts.map +1 -0
  55. package/dist/text.js +11 -0
  56. package/dist/text.js.map +1 -0
  57. package/package.json +184 -97
  58. package/src/index.test.ts +6 -6
@@ -0,0 +1,9 @@
1
+ export * from '@flighthq/animation';
2
+ export * from '@flighthq/easing';
3
+ export * from '@flighthq/motionpath';
4
+ export * from '@flighthq/movieclip';
5
+ export * from '@flighthq/spring';
6
+ export * from '@flighthq/spritesheet';
7
+ export * from '@flighthq/timeline';
8
+ export * from '@flighthq/tween';
9
+ //# sourceMappingURL=animation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animation.d.ts","sourceRoot":"","sources":["../src/animation.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * from '@flighthq/animation';
2
+ export * from '@flighthq/easing';
3
+ export * from '@flighthq/motionpath';
4
+ export * from '@flighthq/movieclip';
5
+ export * from '@flighthq/spring';
6
+ export * from '@flighthq/spritesheet';
7
+ export * from '@flighthq/timeline';
8
+ export * from '@flighthq/tween';
9
+ //# sourceMappingURL=animation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animation.js","sourceRoot":"","sources":["../src/animation.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * from '@flighthq/app';
2
+ export * from '@flighthq/application';
3
+ export * from '@flighthq/capture';
4
+ export * from '@flighthq/clock';
5
+ export * from '@flighthq/debug';
6
+ export * from '@flighthq/intl';
7
+ export * from '@flighthq/log';
8
+ export * from '@flighthq/useragent';
9
+ //# sourceMappingURL=application.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.d.ts","sourceRoot":"","sources":["../src/application.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,9 @@
1
+ export * from '@flighthq/app';
2
+ export * from '@flighthq/application';
3
+ export * from '@flighthq/capture';
4
+ export * from '@flighthq/clock';
5
+ export * from '@flighthq/debug';
6
+ export * from '@flighthq/intl';
7
+ export * from '@flighthq/log';
8
+ export * from '@flighthq/useragent';
9
+ //# sourceMappingURL=application.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"application.js","sourceRoot":"","sources":["../src/application.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC"}
package/dist/core.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/color';
2
+ export * from '@flighthq/entity';
3
+ export * from '@flighthq/geometry';
4
+ export * from '@flighthq/math';
5
+ export * from '@flighthq/node';
6
+ export * from '@flighthq/signals';
7
+ export * from '@flighthq/types';
8
+ //# sourceMappingURL=core.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core.d.ts","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
package/dist/core.js ADDED
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/color';
2
+ export * from '@flighthq/entity';
3
+ export * from '@flighthq/geometry';
4
+ export * from '@flighthq/math';
5
+ export * from '@flighthq/node';
6
+ export * from '@flighthq/signals';
7
+ export * from '@flighthq/types';
8
+ //# sourceMappingURL=core.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"core.js","sourceRoot":"","sources":["../src/core.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/clip';
2
+ export * from '@flighthq/displayobject';
3
+ export * from '@flighthq/path';
4
+ export * from '@flighthq/path-boolean';
5
+ export * from '@flighthq/shape';
6
+ export * from '@flighthq/sprite';
7
+ export * from '@flighthq/text';
8
+ //# sourceMappingURL=displayobject.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"displayobject.d.ts","sourceRoot":"","sources":["../src/displayobject.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/clip';
2
+ export * from '@flighthq/displayobject';
3
+ export * from '@flighthq/path';
4
+ export * from '@flighthq/path-boolean';
5
+ export * from '@flighthq/shape';
6
+ export * from '@flighthq/sprite';
7
+ export * from '@flighthq/text';
8
+ //# sourceMappingURL=displayobject.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"displayobject.js","sourceRoot":"","sources":["../src/displayobject.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,yBAAyB,CAAC;AACxC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/bitmapfont-formats';
2
+ export * from '@flighthq/particles-formats';
3
+ export * from '@flighthq/path-formats';
4
+ export * from '@flighthq/scene-formats';
5
+ export * from '@flighthq/shape-formats';
6
+ export * from '@flighthq/spritesheet-formats';
7
+ export * from '@flighthq/texture-formats';
8
+ export * from '@flighthq/textureatlas-formats';
9
+ export * from '@flighthq/tilemap-formats';
10
+ export * from '@flighthq/xml';
11
+ //# sourceMappingURL=formats.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formats.d.ts","sourceRoot":"","sources":["../src/formats.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC"}
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/bitmapfont-formats';
2
+ export * from '@flighthq/particles-formats';
3
+ export * from '@flighthq/path-formats';
4
+ export * from '@flighthq/scene-formats';
5
+ export * from '@flighthq/shape-formats';
6
+ export * from '@flighthq/spritesheet-formats';
7
+ export * from '@flighthq/texture-formats';
8
+ export * from '@flighthq/textureatlas-formats';
9
+ export * from '@flighthq/tilemap-formats';
10
+ export * from '@flighthq/xml';
11
+ //# sourceMappingURL=formats.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formats.js","sourceRoot":"","sources":["../src/formats.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,eAAe,CAAC"}
package/dist/game.d.ts ADDED
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/camera2d';
2
+ export * from '@flighthq/collision';
3
+ export * from '@flighthq/flow';
4
+ export * from '@flighthq/particleemitter';
5
+ export * from '@flighthq/particles';
6
+ export * from '@flighthq/snapshot';
7
+ export * from '@flighthq/spatial';
8
+ //# sourceMappingURL=game.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"game.d.ts","sourceRoot":"","sources":["../src/game.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
package/dist/game.js ADDED
@@ -0,0 +1,8 @@
1
+ export * from '@flighthq/camera2d';
2
+ export * from '@flighthq/collision';
3
+ export * from '@flighthq/flow';
4
+ export * from '@flighthq/particleemitter';
5
+ export * from '@flighthq/particles';
6
+ export * from '@flighthq/snapshot';
7
+ export * from '@flighthq/spatial';
8
+ //# sourceMappingURL=game.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"game.js","sourceRoot":"","sources":["../src/game.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,10 +1,24 @@
1
+ export * from '@flighthq/accessibility';
2
+ export * from '@flighthq/adjustments';
1
3
  export * from '@flighthq/animation';
2
4
  export * from '@flighthq/app';
3
5
  export * from '@flighthq/application';
6
+ export * from '@flighthq/assets';
4
7
  export * from '@flighthq/audio';
8
+ export * from '@flighthq/binpack';
9
+ export * from '@flighthq/bitmapfont';
10
+ export * from '@flighthq/bitmapfont-formats';
11
+ export * from '@flighthq/bitmaptext';
5
12
  export * from '@flighthq/camera';
13
+ export * from '@flighthq/camera2d';
14
+ export * from '@flighthq/capture';
6
15
  export * from '@flighthq/clip';
7
16
  export * from '@flighthq/clipboard';
17
+ export * from '@flighthq/clock';
18
+ export * from '@flighthq/color';
19
+ export * from '@flighthq/collision';
20
+ export * from '@flighthq/connectivity';
21
+ export * from '@flighthq/debug';
8
22
  export * from '@flighthq/device';
9
23
  export * from '@flighthq/dialog';
10
24
  export * from '@flighthq/displayobject';
@@ -19,20 +33,17 @@ export * from '@flighthq/effects-gl';
19
33
  export * from '@flighthq/effects-wgpu';
20
34
  export * from '@flighthq/entity';
21
35
  export * from '@flighthq/filesystem';
22
- export * from '@flighthq/filters';
23
- export * from '@flighthq/filters-canvas';
24
- export * from '@flighthq/filters-css';
25
- export * from '@flighthq/filters-gl';
26
- export * from '@flighthq/filters-math';
27
- export * from '@flighthq/filters-surface';
28
- export * from '@flighthq/filters-wgpu';
36
+ export * from '@flighthq/flow';
29
37
  export * from '@flighthq/font';
30
38
  export * from '@flighthq/geolocation';
31
39
  export * from '@flighthq/geometry';
40
+ export * from '@flighthq/glyphatlas';
32
41
  export * from '@flighthq/haptics';
33
42
  export * from '@flighthq/image';
43
+ export * from '@flighthq/image-codec';
34
44
  export * from '@flighthq/input';
35
45
  export * from '@flighthq/interaction';
46
+ export * from '@flighthq/intl';
36
47
  export * from '@flighthq/ipc';
37
48
  export * from '@flighthq/keyboard';
38
49
  export * from '@flighthq/lifecycle';
@@ -42,14 +53,21 @@ export * from '@flighthq/log';
42
53
  export * from '@flighthq/materials';
43
54
  export * from '@flighthq/math';
44
55
  export * from '@flighthq/media';
56
+ export * from '@flighthq/mediasession';
45
57
  export * from '@flighthq/menu';
46
58
  export * from '@flighthq/mesh';
47
- export * from '@flighthq/network';
59
+ export * from '@flighthq/motionpath';
60
+ export * from '@flighthq/movieclip';
61
+ export * from '@flighthq/net';
48
62
  export * from '@flighthq/node';
49
63
  export * from '@flighthq/notification';
64
+ export * from '@flighthq/particleemitter';
50
65
  export * from '@flighthq/particles';
51
66
  export * from '@flighthq/particles-formats';
52
67
  export * from '@flighthq/path';
68
+ export * from '@flighthq/path-boolean';
69
+ export * from '@flighthq/path-formats';
70
+ export * from '@flighthq/permissions';
53
71
  export * from '@flighthq/picking';
54
72
  export * from '@flighthq/platform';
55
73
  export * from '@flighthq/power';
@@ -60,15 +78,22 @@ export * from '@flighthq/render-wgpu';
60
78
  export * from '@flighthq/scene';
61
79
  export * from '@flighthq/scene-formats';
62
80
  export * from '@flighthq/scene-gl';
81
+ export * from '@flighthq/scene-resources';
63
82
  export * from '@flighthq/scene-wgpu';
64
83
  export * from '@flighthq/screen';
65
84
  export * from '@flighthq/sensors';
85
+ export * from '@flighthq/shading';
66
86
  export * from '@flighthq/shape';
87
+ export * from '@flighthq/shape-formats';
67
88
  export * from '@flighthq/share';
68
89
  export * from '@flighthq/shell';
69
90
  export * from '@flighthq/shortcut';
70
91
  export * from '@flighthq/signals';
71
- export * from '@flighthq/skeleton';
92
+ export * from '@flighthq/skeleton3d';
93
+ export * from '@flighthq/snapshot';
94
+ export * from '@flighthq/socket';
95
+ export * from '@flighthq/spatial';
96
+ export * from '@flighthq/spring';
72
97
  export * from '@flighthq/sprite';
73
98
  export * from '@flighthq/spritesheet';
74
99
  export * from '@flighthq/spritesheet-formats';
@@ -76,13 +101,18 @@ export * from '@flighthq/statusbar';
76
101
  export * from '@flighthq/storage';
77
102
  export * from '@flighthq/surface';
78
103
  export * from '@flighthq/text';
104
+ export * from '@flighthq/text-markup';
105
+ export * from '@flighthq/textbidi';
79
106
  export * from '@flighthq/textinput';
80
107
  export * from '@flighthq/textlayout';
108
+ export * from '@flighthq/textsegment';
81
109
  export * from '@flighthq/textshaper';
82
110
  export * from '@flighthq/textshaper-canvas';
83
111
  export * from '@flighthq/texture';
112
+ export * from '@flighthq/texture-formats';
84
113
  export * from '@flighthq/textureatlas';
85
114
  export * from '@flighthq/textureatlas-formats';
115
+ export * from '@flighthq/tilemap-formats';
86
116
  export * from '@flighthq/tileset';
87
117
  export * from '@flighthq/timeline';
88
118
  export * from '@flighthq/tray';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -1,10 +1,24 @@
1
+ export * from '@flighthq/accessibility';
2
+ export * from '@flighthq/adjustments';
1
3
  export * from '@flighthq/animation';
2
4
  export * from '@flighthq/app';
3
5
  export * from '@flighthq/application';
6
+ export * from '@flighthq/assets';
4
7
  export * from '@flighthq/audio';
8
+ export * from '@flighthq/binpack';
9
+ export * from '@flighthq/bitmapfont';
10
+ export * from '@flighthq/bitmapfont-formats';
11
+ export * from '@flighthq/bitmaptext';
5
12
  export * from '@flighthq/camera';
13
+ export * from '@flighthq/camera2d';
14
+ export * from '@flighthq/capture';
6
15
  export * from '@flighthq/clip';
7
16
  export * from '@flighthq/clipboard';
17
+ export * from '@flighthq/clock';
18
+ export * from '@flighthq/color';
19
+ export * from '@flighthq/collision';
20
+ export * from '@flighthq/connectivity';
21
+ export * from '@flighthq/debug';
8
22
  export * from '@flighthq/device';
9
23
  export * from '@flighthq/dialog';
10
24
  export * from '@flighthq/displayobject';
@@ -19,20 +33,17 @@ export * from '@flighthq/effects-gl';
19
33
  export * from '@flighthq/effects-wgpu';
20
34
  export * from '@flighthq/entity';
21
35
  export * from '@flighthq/filesystem';
22
- export * from '@flighthq/filters';
23
- export * from '@flighthq/filters-canvas';
24
- export * from '@flighthq/filters-css';
25
- export * from '@flighthq/filters-gl';
26
- export * from '@flighthq/filters-math';
27
- export * from '@flighthq/filters-surface';
28
- export * from '@flighthq/filters-wgpu';
36
+ export * from '@flighthq/flow';
29
37
  export * from '@flighthq/font';
30
38
  export * from '@flighthq/geolocation';
31
39
  export * from '@flighthq/geometry';
40
+ export * from '@flighthq/glyphatlas';
32
41
  export * from '@flighthq/haptics';
33
42
  export * from '@flighthq/image';
43
+ export * from '@flighthq/image-codec';
34
44
  export * from '@flighthq/input';
35
45
  export * from '@flighthq/interaction';
46
+ export * from '@flighthq/intl';
36
47
  export * from '@flighthq/ipc';
37
48
  export * from '@flighthq/keyboard';
38
49
  export * from '@flighthq/lifecycle';
@@ -42,14 +53,21 @@ export * from '@flighthq/log';
42
53
  export * from '@flighthq/materials';
43
54
  export * from '@flighthq/math';
44
55
  export * from '@flighthq/media';
56
+ export * from '@flighthq/mediasession';
45
57
  export * from '@flighthq/menu';
46
58
  export * from '@flighthq/mesh';
47
- export * from '@flighthq/network';
59
+ export * from '@flighthq/motionpath';
60
+ export * from '@flighthq/movieclip';
61
+ export * from '@flighthq/net';
48
62
  export * from '@flighthq/node';
49
63
  export * from '@flighthq/notification';
64
+ export * from '@flighthq/particleemitter';
50
65
  export * from '@flighthq/particles';
51
66
  export * from '@flighthq/particles-formats';
52
67
  export * from '@flighthq/path';
68
+ export * from '@flighthq/path-boolean';
69
+ export * from '@flighthq/path-formats';
70
+ export * from '@flighthq/permissions';
53
71
  export * from '@flighthq/picking';
54
72
  export * from '@flighthq/platform';
55
73
  export * from '@flighthq/power';
@@ -60,15 +78,22 @@ export * from '@flighthq/render-wgpu';
60
78
  export * from '@flighthq/scene';
61
79
  export * from '@flighthq/scene-formats';
62
80
  export * from '@flighthq/scene-gl';
81
+ export * from '@flighthq/scene-resources';
63
82
  export * from '@flighthq/scene-wgpu';
64
83
  export * from '@flighthq/screen';
65
84
  export * from '@flighthq/sensors';
85
+ export * from '@flighthq/shading';
66
86
  export * from '@flighthq/shape';
87
+ export * from '@flighthq/shape-formats';
67
88
  export * from '@flighthq/share';
68
89
  export * from '@flighthq/shell';
69
90
  export * from '@flighthq/shortcut';
70
91
  export * from '@flighthq/signals';
71
- export * from '@flighthq/skeleton';
92
+ export * from '@flighthq/skeleton3d';
93
+ export * from '@flighthq/snapshot';
94
+ export * from '@flighthq/socket';
95
+ export * from '@flighthq/spatial';
96
+ export * from '@flighthq/spring';
72
97
  export * from '@flighthq/sprite';
73
98
  export * from '@flighthq/spritesheet';
74
99
  export * from '@flighthq/spritesheet-formats';
@@ -76,13 +101,18 @@ export * from '@flighthq/statusbar';
76
101
  export * from '@flighthq/storage';
77
102
  export * from '@flighthq/surface';
78
103
  export * from '@flighthq/text';
104
+ export * from '@flighthq/text-markup';
105
+ export * from '@flighthq/textbidi';
79
106
  export * from '@flighthq/textinput';
80
107
  export * from '@flighthq/textlayout';
108
+ export * from '@flighthq/textsegment';
81
109
  export * from '@flighthq/textshaper';
82
110
  export * from '@flighthq/textshaper-canvas';
83
111
  export * from '@flighthq/texture';
112
+ export * from '@flighthq/texture-formats';
84
113
  export * from '@flighthq/textureatlas';
85
114
  export * from '@flighthq/textureatlas-formats';
115
+ export * from '@flighthq/tilemap-formats';
86
116
  export * from '@flighthq/tileset';
87
117
  export * from '@flighthq/timeline';
88
118
  export * from '@flighthq/tray';
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from '@flighthq/input';
2
+ export * from '@flighthq/interaction';
3
+ //# sourceMappingURL=interaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interaction.d.ts","sourceRoot":"","sources":["../src/interaction.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from '@flighthq/input';
2
+ export * from '@flighthq/interaction';
3
+ //# sourceMappingURL=interaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interaction.js","sourceRoot":"","sources":["../src/interaction.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC"}
@@ -0,0 +1,3 @@
1
+ export * from '@flighthq/media';
2
+ export * from '@flighthq/mediasession';
3
+ //# sourceMappingURL=media.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../src/media.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC"}
package/dist/media.js ADDED
@@ -0,0 +1,3 @@
1
+ export * from '@flighthq/media';
2
+ export * from '@flighthq/mediasession';
3
+ //# sourceMappingURL=media.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"media.js","sourceRoot":"","sources":["../src/media.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC"}
@@ -0,0 +1,30 @@
1
+ export * from '@flighthq/accessibility';
2
+ export * from '@flighthq/clipboard';
3
+ export * from '@flighthq/connectivity';
4
+ export * from '@flighthq/device';
5
+ export * from '@flighthq/dialog';
6
+ export * from '@flighthq/filesystem';
7
+ export * from '@flighthq/geolocation';
8
+ export * from '@flighthq/haptics';
9
+ export * from '@flighthq/ipc';
10
+ export * from '@flighthq/keyboard';
11
+ export * from '@flighthq/lifecycle';
12
+ export * from '@flighthq/menu';
13
+ export * from '@flighthq/net';
14
+ export * from '@flighthq/notification';
15
+ export * from '@flighthq/permissions';
16
+ export * from '@flighthq/platform';
17
+ export * from '@flighthq/power';
18
+ export * from '@flighthq/protocol';
19
+ export * from '@flighthq/screen';
20
+ export * from '@flighthq/sensors';
21
+ export * from '@flighthq/share';
22
+ export * from '@flighthq/shell';
23
+ export * from '@flighthq/shortcut';
24
+ export * from '@flighthq/socket';
25
+ export * from '@flighthq/statusbar';
26
+ export * from '@flighthq/storage';
27
+ export * from '@flighthq/tray';
28
+ export * from '@flighthq/updater';
29
+ export * from '@flighthq/webcam';
30
+ //# sourceMappingURL=platform.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platform.d.ts","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,30 @@
1
+ export * from '@flighthq/accessibility';
2
+ export * from '@flighthq/clipboard';
3
+ export * from '@flighthq/connectivity';
4
+ export * from '@flighthq/device';
5
+ export * from '@flighthq/dialog';
6
+ export * from '@flighthq/filesystem';
7
+ export * from '@flighthq/geolocation';
8
+ export * from '@flighthq/haptics';
9
+ export * from '@flighthq/ipc';
10
+ export * from '@flighthq/keyboard';
11
+ export * from '@flighthq/lifecycle';
12
+ export * from '@flighthq/menu';
13
+ export * from '@flighthq/net';
14
+ export * from '@flighthq/notification';
15
+ export * from '@flighthq/permissions';
16
+ export * from '@flighthq/platform';
17
+ export * from '@flighthq/power';
18
+ export * from '@flighthq/protocol';
19
+ export * from '@flighthq/screen';
20
+ export * from '@flighthq/sensors';
21
+ export * from '@flighthq/share';
22
+ export * from '@flighthq/shell';
23
+ export * from '@flighthq/shortcut';
24
+ export * from '@flighthq/socket';
25
+ export * from '@flighthq/statusbar';
26
+ export * from '@flighthq/storage';
27
+ export * from '@flighthq/tray';
28
+ export * from '@flighthq/updater';
29
+ export * from '@flighthq/webcam';
30
+ //# sourceMappingURL=platform.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"platform.js","sourceRoot":"","sources":["../src/platform.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,18 @@
1
+ export * from '@flighthq/adjustments';
2
+ export * from '@flighthq/displayobject-canvas';
3
+ export * from '@flighthq/displayobject-dom';
4
+ export * from '@flighthq/displayobject-gl';
5
+ export * from '@flighthq/displayobject-wgpu';
6
+ export * from '@flighthq/effects';
7
+ export * from '@flighthq/effects-canvas';
8
+ export * from '@flighthq/effects-gl';
9
+ export * from '@flighthq/effects-wgpu';
10
+ export * from '@flighthq/render';
11
+ export * from '@flighthq/render-gl';
12
+ export * from '@flighthq/render-wgpu';
13
+ export * from '@flighthq/scene-gl';
14
+ export * from '@flighthq/scene-wgpu';
15
+ export * from '@flighthq/shading';
16
+ export * from '@flighthq/surface';
17
+ export * from '@flighthq/velocity';
18
+ //# sourceMappingURL=rendering.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rendering.d.ts","sourceRoot":"","sources":["../src/rendering.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,18 @@
1
+ export * from '@flighthq/adjustments';
2
+ export * from '@flighthq/displayobject-canvas';
3
+ export * from '@flighthq/displayobject-dom';
4
+ export * from '@flighthq/displayobject-gl';
5
+ export * from '@flighthq/displayobject-wgpu';
6
+ export * from '@flighthq/effects';
7
+ export * from '@flighthq/effects-canvas';
8
+ export * from '@flighthq/effects-gl';
9
+ export * from '@flighthq/effects-wgpu';
10
+ export * from '@flighthq/render';
11
+ export * from '@flighthq/render-gl';
12
+ export * from '@flighthq/render-wgpu';
13
+ export * from '@flighthq/scene-gl';
14
+ export * from '@flighthq/scene-wgpu';
15
+ export * from '@flighthq/shading';
16
+ export * from '@flighthq/surface';
17
+ export * from '@flighthq/velocity';
18
+ //# sourceMappingURL=rendering.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rendering.js","sourceRoot":"","sources":["../src/rendering.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/assets';
2
+ export * from '@flighthq/audio';
3
+ export * from '@flighthq/binpack';
4
+ export * from '@flighthq/font';
5
+ export * from '@flighthq/image';
6
+ export * from '@flighthq/image-codec';
7
+ export * from '@flighthq/loader';
8
+ export * from '@flighthq/textureatlas';
9
+ export * from '@flighthq/tileset';
10
+ export * from '@flighthq/video';
11
+ //# sourceMappingURL=resources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../src/resources.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/assets';
2
+ export * from '@flighthq/audio';
3
+ export * from '@flighthq/binpack';
4
+ export * from '@flighthq/font';
5
+ export * from '@flighthq/image';
6
+ export * from '@flighthq/image-codec';
7
+ export * from '@flighthq/loader';
8
+ export * from '@flighthq/textureatlas';
9
+ export * from '@flighthq/tileset';
10
+ export * from '@flighthq/video';
11
+ //# sourceMappingURL=resources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../src/resources.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,10 @@
1
+ export * from '@flighthq/camera';
2
+ export * from '@flighthq/lighting';
3
+ export * from '@flighthq/materials';
4
+ export * from '@flighthq/mesh';
5
+ export * from '@flighthq/picking';
6
+ export * from '@flighthq/scene';
7
+ export * from '@flighthq/scene-resources';
8
+ export * from '@flighthq/skeleton3d';
9
+ export * from '@flighthq/texture';
10
+ //# sourceMappingURL=scene.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scene.d.ts","sourceRoot":"","sources":["../src/scene.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
package/dist/scene.js ADDED
@@ -0,0 +1,10 @@
1
+ export * from '@flighthq/camera';
2
+ export * from '@flighthq/lighting';
3
+ export * from '@flighthq/materials';
4
+ export * from '@flighthq/mesh';
5
+ export * from '@flighthq/picking';
6
+ export * from '@flighthq/scene';
7
+ export * from '@flighthq/scene-resources';
8
+ export * from '@flighthq/skeleton3d';
9
+ export * from '@flighthq/texture';
10
+ //# sourceMappingURL=scene.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scene.js","sourceRoot":"","sources":["../src/scene.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC"}
package/dist/text.d.ts ADDED
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/bitmapfont';
2
+ export * from '@flighthq/bitmaptext';
3
+ export * from '@flighthq/glyphatlas';
4
+ export * from '@flighthq/text-markup';
5
+ export * from '@flighthq/textbidi';
6
+ export * from '@flighthq/textinput';
7
+ export * from '@flighthq/textlayout';
8
+ export * from '@flighthq/textsegment';
9
+ export * from '@flighthq/textshaper';
10
+ export * from '@flighthq/textshaper-canvas';
11
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../src/text.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC"}
package/dist/text.js ADDED
@@ -0,0 +1,11 @@
1
+ export * from '@flighthq/bitmapfont';
2
+ export * from '@flighthq/bitmaptext';
3
+ export * from '@flighthq/glyphatlas';
4
+ export * from '@flighthq/text-markup';
5
+ export * from '@flighthq/textbidi';
6
+ export * from '@flighthq/textinput';
7
+ export * from '@flighthq/textlayout';
8
+ export * from '@flighthq/textsegment';
9
+ export * from '@flighthq/textshaper';
10
+ export * from '@flighthq/textshaper-canvas';
11
+ //# sourceMappingURL=text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.js","sourceRoot":"","sources":["../src/text.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@flighthq/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.1-next.410.a23f189",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/flighthq/flight.git",
7
+ "directory": "packages/sdk"
8
+ },
4
9
  "type": "module",
5
10
  "main": "dist/index.js",
6
11
  "types": "dist/index.d.ts",
@@ -8,6 +13,58 @@
8
13
  ".": {
9
14
  "types": "./dist/index.d.ts",
10
15
  "default": "./dist/index.js"
16
+ },
17
+ "./animation": {
18
+ "types": "./dist/animation.d.ts",
19
+ "default": "./dist/animation.js"
20
+ },
21
+ "./application": {
22
+ "types": "./dist/application.d.ts",
23
+ "default": "./dist/application.js"
24
+ },
25
+ "./core": {
26
+ "types": "./dist/core.d.ts",
27
+ "default": "./dist/core.js"
28
+ },
29
+ "./formats": {
30
+ "types": "./dist/formats.d.ts",
31
+ "default": "./dist/formats.js"
32
+ },
33
+ "./game": {
34
+ "types": "./dist/game.d.ts",
35
+ "default": "./dist/game.js"
36
+ },
37
+ "./interaction": {
38
+ "types": "./dist/interaction.d.ts",
39
+ "default": "./dist/interaction.js"
40
+ },
41
+ "./media": {
42
+ "types": "./dist/media.d.ts",
43
+ "default": "./dist/media.js"
44
+ },
45
+ "./platform": {
46
+ "types": "./dist/platform.d.ts",
47
+ "default": "./dist/platform.js"
48
+ },
49
+ "./rendering": {
50
+ "types": "./dist/rendering.d.ts",
51
+ "default": "./dist/rendering.js"
52
+ },
53
+ "./resources": {
54
+ "types": "./dist/resources.d.ts",
55
+ "default": "./dist/resources.js"
56
+ },
57
+ "./displayobject": {
58
+ "types": "./dist/displayobject.d.ts",
59
+ "default": "./dist/displayobject.js"
60
+ },
61
+ "./scene": {
62
+ "types": "./dist/scene.d.ts",
63
+ "default": "./dist/scene.js"
64
+ },
65
+ "./text": {
66
+ "types": "./dist/text.d.ts",
67
+ "default": "./dist/text.js"
11
68
  }
12
69
  },
13
70
  "files": [
@@ -27,102 +84,132 @@
27
84
  "clean:dist": "tsx ../../scripts/clean-package-dist.ts"
28
85
  },
29
86
  "dependencies": {
30
- "@flighthq/animation": "0.1.0",
31
- "@flighthq/app": "0.1.0",
32
- "@flighthq/application": "0.1.0",
33
- "@flighthq/camera": "0.1.0",
34
- "@flighthq/clip": "0.1.0",
35
- "@flighthq/clipboard": "0.1.0",
36
- "@flighthq/device": "0.1.0",
37
- "@flighthq/dialog": "0.1.0",
38
- "@flighthq/displayobject": "0.1.0",
39
- "@flighthq/displayobject-canvas": "0.1.0",
40
- "@flighthq/displayobject-dom": "0.1.0",
41
- "@flighthq/displayobject-gl": "0.1.0",
42
- "@flighthq/displayobject-wgpu": "0.1.0",
43
- "@flighthq/easing": "0.1.0",
44
- "@flighthq/effects": "0.1.0",
45
- "@flighthq/effects-canvas": "0.1.0",
46
- "@flighthq/effects-gl": "0.1.0",
47
- "@flighthq/effects-wgpu": "0.1.0",
48
- "@flighthq/entity": "0.1.0",
49
- "@flighthq/filesystem": "0.1.0",
50
- "@flighthq/filters": "0.1.0",
51
- "@flighthq/filters-canvas": "0.1.0",
52
- "@flighthq/filters-css": "0.1.0",
53
- "@flighthq/filters-gl": "0.1.0",
54
- "@flighthq/filters-math": "0.1.0",
55
- "@flighthq/filters-surface": "0.1.0",
56
- "@flighthq/filters-wgpu": "0.1.0",
57
- "@flighthq/geolocation": "0.1.0",
58
- "@flighthq/geometry": "0.1.0",
59
- "@flighthq/haptics": "0.1.0",
60
- "@flighthq/input": "0.1.0",
61
- "@flighthq/interaction": "0.1.0",
62
- "@flighthq/ipc": "0.1.0",
63
- "@flighthq/keyboard": "0.1.0",
64
- "@flighthq/lifecycle": "0.1.0",
65
- "@flighthq/lighting": "0.1.0",
66
- "@flighthq/loader": "0.1.0",
67
- "@flighthq/log": "0.1.0",
68
- "@flighthq/materials": "0.1.0",
69
- "@flighthq/math": "0.1.0",
70
- "@flighthq/media": "0.1.0",
71
- "@flighthq/menu": "0.1.0",
72
- "@flighthq/mesh": "0.1.0",
73
- "@flighthq/network": "0.1.0",
74
- "@flighthq/node": "0.1.0",
75
- "@flighthq/notification": "0.1.0",
76
- "@flighthq/particles": "0.1.0",
77
- "@flighthq/particles-formats": "0.1.0",
78
- "@flighthq/picking": "0.1.0",
79
- "@flighthq/path": "0.1.0",
80
- "@flighthq/platform": "0.1.0",
81
- "@flighthq/power": "0.1.0",
82
- "@flighthq/protocol": "0.1.0",
83
- "@flighthq/render": "0.1.0",
84
- "@flighthq/render-gl": "0.1.0",
85
- "@flighthq/render-wgpu": "0.1.0",
86
- "@flighthq/textureatlas-formats": "0.1.0",
87
- "@flighthq/audio": "0.1.0",
88
- "@flighthq/font": "0.1.0",
89
- "@flighthq/image": "0.1.0",
90
- "@flighthq/video": "0.1.0",
91
- "@flighthq/scene": "0.1.0",
92
- "@flighthq/scene-formats": "0.1.0",
93
- "@flighthq/scene-gl": "0.1.0",
94
- "@flighthq/scene-wgpu": "0.1.0",
95
- "@flighthq/screen": "0.1.0",
96
- "@flighthq/sensors": "0.1.0",
97
- "@flighthq/shape": "0.1.0",
98
- "@flighthq/share": "0.1.0",
99
- "@flighthq/shell": "0.1.0",
100
- "@flighthq/shortcut": "0.1.0",
101
- "@flighthq/signals": "0.1.0",
102
- "@flighthq/skeleton": "0.1.0",
103
- "@flighthq/sprite": "0.1.0",
104
- "@flighthq/spritesheet": "0.1.0",
105
- "@flighthq/spritesheet-formats": "0.1.0",
106
- "@flighthq/statusbar": "0.1.0",
107
- "@flighthq/storage": "0.1.0",
108
- "@flighthq/surface": "0.1.0",
109
- "@flighthq/text": "0.1.0",
110
- "@flighthq/textinput": "0.1.0",
111
- "@flighthq/textlayout": "0.1.0",
112
- "@flighthq/textshaper": "0.1.0",
113
- "@flighthq/textshaper-canvas": "0.1.0",
114
- "@flighthq/texture": "0.1.0",
115
- "@flighthq/textureatlas": "0.1.0",
116
- "@flighthq/tileset": "0.1.0",
117
- "@flighthq/timeline": "0.1.0",
118
- "@flighthq/tray": "0.1.0",
119
- "@flighthq/tween": "0.1.0",
120
- "@flighthq/types": "0.1.0",
121
- "@flighthq/updater": "0.1.0",
122
- "@flighthq/useragent": "0.1.0",
123
- "@flighthq/velocity": "0.1.0",
124
- "@flighthq/webcam": "0.1.0",
125
- "@flighthq/xml": "0.1.0"
87
+ "@flighthq/accessibility": "0.2.1-next.410.a23f189",
88
+ "@flighthq/adjustments": "0.2.1-next.410.a23f189",
89
+ "@flighthq/animation": "0.2.1-next.410.a23f189",
90
+ "@flighthq/app": "0.2.1-next.410.a23f189",
91
+ "@flighthq/application": "0.2.1-next.410.a23f189",
92
+ "@flighthq/assets": "0.2.1-next.410.a23f189",
93
+ "@flighthq/audio": "0.2.1-next.410.a23f189",
94
+ "@flighthq/binpack": "0.2.1-next.410.a23f189",
95
+ "@flighthq/bitmapfont": "0.2.1-next.410.a23f189",
96
+ "@flighthq/bitmapfont-formats": "0.2.1-next.410.a23f189",
97
+ "@flighthq/bitmaptext": "0.2.1-next.410.a23f189",
98
+ "@flighthq/camera": "0.2.1-next.410.a23f189",
99
+ "@flighthq/camera2d": "0.2.1-next.410.a23f189",
100
+ "@flighthq/capture": "0.2.1-next.410.a23f189",
101
+ "@flighthq/clip": "0.2.1-next.410.a23f189",
102
+ "@flighthq/clipboard": "0.2.1-next.410.a23f189",
103
+ "@flighthq/clock": "0.2.1-next.410.a23f189",
104
+ "@flighthq/collision": "0.2.1-next.410.a23f189",
105
+ "@flighthq/color": "0.2.1-next.410.a23f189",
106
+ "@flighthq/connectivity": "0.2.1-next.410.a23f189",
107
+ "@flighthq/debug": "0.2.1-next.410.a23f189",
108
+ "@flighthq/device": "0.2.1-next.410.a23f189",
109
+ "@flighthq/dialog": "0.2.1-next.410.a23f189",
110
+ "@flighthq/displayobject": "0.2.1-next.410.a23f189",
111
+ "@flighthq/displayobject-canvas": "0.2.1-next.410.a23f189",
112
+ "@flighthq/displayobject-dom": "0.2.1-next.410.a23f189",
113
+ "@flighthq/displayobject-gl": "0.2.1-next.410.a23f189",
114
+ "@flighthq/displayobject-wgpu": "0.2.1-next.410.a23f189",
115
+ "@flighthq/easing": "0.2.1-next.410.a23f189",
116
+ "@flighthq/effects": "0.2.1-next.410.a23f189",
117
+ "@flighthq/effects-canvas": "0.2.1-next.410.a23f189",
118
+ "@flighthq/effects-gl": "0.2.1-next.410.a23f189",
119
+ "@flighthq/effects-wgpu": "0.2.1-next.410.a23f189",
120
+ "@flighthq/entity": "0.2.1-next.410.a23f189",
121
+ "@flighthq/filesystem": "0.2.1-next.410.a23f189",
122
+ "@flighthq/flow": "0.2.1-next.410.a23f189",
123
+ "@flighthq/font": "0.2.1-next.410.a23f189",
124
+ "@flighthq/geolocation": "0.2.1-next.410.a23f189",
125
+ "@flighthq/geometry": "0.2.1-next.410.a23f189",
126
+ "@flighthq/glyphatlas": "0.2.1-next.410.a23f189",
127
+ "@flighthq/haptics": "0.2.1-next.410.a23f189",
128
+ "@flighthq/image": "0.2.1-next.410.a23f189",
129
+ "@flighthq/image-codec": "0.2.1-next.410.a23f189",
130
+ "@flighthq/input": "0.2.1-next.410.a23f189",
131
+ "@flighthq/interaction": "0.2.1-next.410.a23f189",
132
+ "@flighthq/intl": "0.2.1-next.410.a23f189",
133
+ "@flighthq/ipc": "0.2.1-next.410.a23f189",
134
+ "@flighthq/keyboard": "0.2.1-next.410.a23f189",
135
+ "@flighthq/lifecycle": "0.2.1-next.410.a23f189",
136
+ "@flighthq/lighting": "0.2.1-next.410.a23f189",
137
+ "@flighthq/loader": "0.2.1-next.410.a23f189",
138
+ "@flighthq/log": "0.2.1-next.410.a23f189",
139
+ "@flighthq/materials": "0.2.1-next.410.a23f189",
140
+ "@flighthq/math": "0.2.1-next.410.a23f189",
141
+ "@flighthq/media": "0.2.1-next.410.a23f189",
142
+ "@flighthq/mediasession": "0.2.1-next.410.a23f189",
143
+ "@flighthq/menu": "0.2.1-next.410.a23f189",
144
+ "@flighthq/mesh": "0.2.1-next.410.a23f189",
145
+ "@flighthq/motionpath": "0.2.1-next.410.a23f189",
146
+ "@flighthq/movieclip": "0.2.1-next.410.a23f189",
147
+ "@flighthq/net": "0.2.1-next.410.a23f189",
148
+ "@flighthq/node": "0.2.1-next.410.a23f189",
149
+ "@flighthq/notification": "0.2.1-next.410.a23f189",
150
+ "@flighthq/particleemitter": "0.2.1-next.410.a23f189",
151
+ "@flighthq/particles": "0.2.1-next.410.a23f189",
152
+ "@flighthq/particles-formats": "0.2.1-next.410.a23f189",
153
+ "@flighthq/path": "0.2.1-next.410.a23f189",
154
+ "@flighthq/path-boolean": "0.2.1-next.410.a23f189",
155
+ "@flighthq/path-formats": "0.2.1-next.410.a23f189",
156
+ "@flighthq/permissions": "0.2.1-next.410.a23f189",
157
+ "@flighthq/picking": "0.2.1-next.410.a23f189",
158
+ "@flighthq/platform": "0.2.1-next.410.a23f189",
159
+ "@flighthq/power": "0.2.1-next.410.a23f189",
160
+ "@flighthq/protocol": "0.2.1-next.410.a23f189",
161
+ "@flighthq/render": "0.2.1-next.410.a23f189",
162
+ "@flighthq/render-gl": "0.2.1-next.410.a23f189",
163
+ "@flighthq/render-wgpu": "0.2.1-next.410.a23f189",
164
+ "@flighthq/scene": "0.2.1-next.410.a23f189",
165
+ "@flighthq/scene-formats": "0.2.1-next.410.a23f189",
166
+ "@flighthq/scene-gl": "0.2.1-next.410.a23f189",
167
+ "@flighthq/scene-resources": "0.2.1-next.410.a23f189",
168
+ "@flighthq/scene-wgpu": "0.2.1-next.410.a23f189",
169
+ "@flighthq/screen": "0.2.1-next.410.a23f189",
170
+ "@flighthq/sensors": "0.2.1-next.410.a23f189",
171
+ "@flighthq/shading": "0.2.1-next.410.a23f189",
172
+ "@flighthq/shape": "0.2.1-next.410.a23f189",
173
+ "@flighthq/shape-formats": "0.2.1-next.410.a23f189",
174
+ "@flighthq/share": "0.2.1-next.410.a23f189",
175
+ "@flighthq/shell": "0.2.1-next.410.a23f189",
176
+ "@flighthq/shortcut": "0.2.1-next.410.a23f189",
177
+ "@flighthq/signals": "0.2.1-next.410.a23f189",
178
+ "@flighthq/skeleton3d": "0.2.1-next.410.a23f189",
179
+ "@flighthq/snapshot": "0.2.1-next.410.a23f189",
180
+ "@flighthq/socket": "0.2.1-next.410.a23f189",
181
+ "@flighthq/spatial": "0.2.1-next.410.a23f189",
182
+ "@flighthq/spring": "0.2.1-next.410.a23f189",
183
+ "@flighthq/sprite": "0.2.1-next.410.a23f189",
184
+ "@flighthq/spritesheet": "0.2.1-next.410.a23f189",
185
+ "@flighthq/spritesheet-formats": "0.2.1-next.410.a23f189",
186
+ "@flighthq/statusbar": "0.2.1-next.410.a23f189",
187
+ "@flighthq/storage": "0.2.1-next.410.a23f189",
188
+ "@flighthq/surface": "0.2.1-next.410.a23f189",
189
+ "@flighthq/text": "0.2.1-next.410.a23f189",
190
+ "@flighthq/text-markup": "0.2.1-next.410.a23f189",
191
+ "@flighthq/textbidi": "0.2.1-next.410.a23f189",
192
+ "@flighthq/textinput": "0.2.1-next.410.a23f189",
193
+ "@flighthq/textlayout": "0.2.1-next.410.a23f189",
194
+ "@flighthq/textsegment": "0.2.1-next.410.a23f189",
195
+ "@flighthq/textshaper": "0.2.1-next.410.a23f189",
196
+ "@flighthq/textshaper-canvas": "0.2.1-next.410.a23f189",
197
+ "@flighthq/texture": "0.2.1-next.410.a23f189",
198
+ "@flighthq/texture-formats": "0.2.1-next.410.a23f189",
199
+ "@flighthq/textureatlas": "0.2.1-next.410.a23f189",
200
+ "@flighthq/textureatlas-formats": "0.2.1-next.410.a23f189",
201
+ "@flighthq/tilemap-formats": "0.2.1-next.410.a23f189",
202
+ "@flighthq/tileset": "0.2.1-next.410.a23f189",
203
+ "@flighthq/timeline": "0.2.1-next.410.a23f189",
204
+ "@flighthq/tray": "0.2.1-next.410.a23f189",
205
+ "@flighthq/tween": "0.2.1-next.410.a23f189",
206
+ "@flighthq/types": "0.2.1-next.410.a23f189",
207
+ "@flighthq/updater": "0.2.1-next.410.a23f189",
208
+ "@flighthq/useragent": "0.2.1-next.410.a23f189",
209
+ "@flighthq/velocity": "0.2.1-next.410.a23f189",
210
+ "@flighthq/video": "0.2.1-next.410.a23f189",
211
+ "@flighthq/webcam": "0.2.1-next.410.a23f189",
212
+ "@flighthq/xml": "0.2.1-next.410.a23f189"
126
213
  },
127
214
  "devDependencies": {
128
215
  "typescript": "^5.3.0"
package/src/index.test.ts CHANGED
@@ -1,6 +1,12 @@
1
1
  import * as sdk from './index';
2
2
 
3
3
  describe('package exports', () => {
4
+ describe('adjustments domain', () => {
5
+ it('exports createIdentityColorMatrix', () => {
6
+ expect(sdk.createIdentityColorMatrix).toBeTypeOf('function');
7
+ });
8
+ });
9
+
4
10
  describe('application domain', () => {
5
11
  it('exports createApplication', () => {
6
12
  expect(sdk.createApplication).toBeTypeOf('function');
@@ -35,12 +41,6 @@ describe('package exports', () => {
35
41
  });
36
42
  });
37
43
 
38
- describe('filters domain', () => {
39
- it('exports createBlurFilter', () => {
40
- expect(sdk.createBlurFilter).toBeTypeOf('function');
41
- });
42
- });
43
-
44
44
  describe('geometry domain', () => {
45
45
  it('exports createMatrix', () => {
46
46
  expect(sdk.createMatrix).toBeTypeOf('function');