clickgo 5.9.0 → 5.10.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/app/demo.cga CHANGED
Binary file
package/dist/clickgo.d.ts CHANGED
@@ -36,6 +36,10 @@ export declare const modules: {
36
36
  'pointer': typeof import('@litert/pointer');
37
37
  /** --- 原生 tums-player 对象(在 default 里) --- */
38
38
  'tums-player': lCore.ITumsPlayer;
39
+ /** --- 原生 mpegts 对象 --- */
40
+ 'mpegts': typeof import('mpegts.js');
41
+ /** --- 原生 fabric --- */
42
+ 'fabric': typeof import('fabric');
39
43
  /** --- 其他任何模块 --- */
40
44
  [key: string]: any;
41
45
  };
Binary file
Binary file
Binary file
Binary file