easecut-react 1.1.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.
Files changed (185) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +224 -0
  3. package/dist/.dist-D4zXwUWp.js +81 -0
  4. package/dist/assets/audio-waveform.worker-DiTI_wJb.js +353 -0
  5. package/dist/assets/fonts/alibaba-puhuiti-2-regular.woff2 +0 -0
  6. package/dist/assets/fonts/licenses/source-han-sans-OFL-1.1.txt +96 -0
  7. package/dist/assets/fonts/licenses/zcool-gaoduanhei-usage-statement.txt +52 -0
  8. package/dist/assets/fonts/source-han-sans-cn-regular.otf +0 -0
  9. package/dist/assets/fonts/zcool-canger-yuyang-w03.ttf +0 -0
  10. package/dist/assets/fonts/zcool-gaoduanhei.ttf +0 -0
  11. package/dist/assets/fonts/zcool-kuaile.ttf +0 -0
  12. package/dist/assets/fonts/zcool-kuhei.ttf +0 -0
  13. package/dist/assets/fonts/zcool-wenyi.ttf +0 -0
  14. package/dist/assets/fonts/zcool-xiaowei-logo.otf +0 -0
  15. package/dist/assets/frame-preview.worker-ruBHl77w.js +345 -0
  16. package/dist/assets/soundtouch-processor-BKTidsbT.js +2062 -0
  17. package/dist/index.js +10802 -0
  18. package/dist/styles.css +1 -0
  19. package/dist/types/editor/EaseCut.d.ts +4 -0
  20. package/dist/types/editor/EaseCut.d.ts.map +1 -0
  21. package/dist/types/editor/api/create-easecut-api.d.ts +12 -0
  22. package/dist/types/editor/api/create-easecut-api.d.ts.map +1 -0
  23. package/dist/types/editor/api/easecut-api-context.d.ts +12 -0
  24. package/dist/types/editor/api/easecut-api-context.d.ts.map +1 -0
  25. package/dist/types/editor/api/errors.d.ts +6 -0
  26. package/dist/types/editor/api/errors.d.ts.map +1 -0
  27. package/dist/types/editor/api/index.d.ts +3 -0
  28. package/dist/types/editor/api/index.d.ts.map +1 -0
  29. package/dist/types/editor/api/source-input.d.ts +7 -0
  30. package/dist/types/editor/api/source-input.d.ts.map +1 -0
  31. package/dist/types/editor/api/source-store.d.ts +16 -0
  32. package/dist/types/editor/api/source-store.d.ts.map +1 -0
  33. package/dist/types/editor/api/types.d.ts +78 -0
  34. package/dist/types/editor/api/types.d.ts.map +1 -0
  35. package/dist/types/editor/components/AudioFloatingInspector.d.ts +10 -0
  36. package/dist/types/editor/components/AudioFloatingInspector.d.ts.map +1 -0
  37. package/dist/types/editor/components/CanvasRatioPanel.d.ts +2 -0
  38. package/dist/types/editor/components/CanvasRatioPanel.d.ts.map +1 -0
  39. package/dist/types/editor/components/ExportMenu.d.ts +8 -0
  40. package/dist/types/editor/components/ExportMenu.d.ts.map +1 -0
  41. package/dist/types/editor/components/FloatingInspector.d.ts +11 -0
  42. package/dist/types/editor/components/FloatingInspector.d.ts.map +1 -0
  43. package/dist/types/editor/components/FloatingInspectorBasicPanel.d.ts +10 -0
  44. package/dist/types/editor/components/FloatingInspectorBasicPanel.d.ts.map +1 -0
  45. package/dist/types/editor/components/FloatingInspectorShell.d.ts +15 -0
  46. package/dist/types/editor/components/FloatingInspectorShell.d.ts.map +1 -0
  47. package/dist/types/editor/components/FloatingInspectorSpeedPanel.d.ts +7 -0
  48. package/dist/types/editor/components/FloatingInspectorSpeedPanel.d.ts.map +1 -0
  49. package/dist/types/editor/components/FormDialog.d.ts +16 -0
  50. package/dist/types/editor/components/FormDialog.d.ts.map +1 -0
  51. package/dist/types/editor/components/PreviewPanel.d.ts +9 -0
  52. package/dist/types/editor/components/PreviewPanel.d.ts.map +1 -0
  53. package/dist/types/editor/components/TextFloatingInspector.d.ts +12 -0
  54. package/dist/types/editor/components/TextFloatingInspector.d.ts.map +1 -0
  55. package/dist/types/editor/components/TimelineToolbar.d.ts +8 -0
  56. package/dist/types/editor/components/TimelineToolbar.d.ts.map +1 -0
  57. package/dist/types/editor/components/TitleContentTextarea.d.ts +8 -0
  58. package/dist/types/editor/components/TitleContentTextarea.d.ts.map +1 -0
  59. package/dist/types/editor/components/VideoFloatingInspector.d.ts +12 -0
  60. package/dist/types/editor/components/VideoFloatingInspector.d.ts.map +1 -0
  61. package/dist/types/editor/components/ui/ColorInput.d.ts +15 -0
  62. package/dist/types/editor/components/ui/ColorInput.d.ts.map +1 -0
  63. package/dist/types/editor/components/ui/IconButton.d.ts +15 -0
  64. package/dist/types/editor/components/ui/IconButton.d.ts.map +1 -0
  65. package/dist/types/editor/components/ui/InputNumber.d.ts +13 -0
  66. package/dist/types/editor/components/ui/InputNumber.d.ts.map +1 -0
  67. package/dist/types/editor/components/ui/Select.d.ts +14 -0
  68. package/dist/types/editor/components/ui/Select.d.ts.map +1 -0
  69. package/dist/types/editor/components/ui/TextInput.d.ts +10 -0
  70. package/dist/types/editor/components/ui/TextInput.d.ts.map +1 -0
  71. package/dist/types/editor/core/audio-waveform-bars.d.ts +50 -0
  72. package/dist/types/editor/core/audio-waveform-bars.d.ts.map +1 -0
  73. package/dist/types/editor/core/canvas-size.d.ts +44 -0
  74. package/dist/types/editor/core/canvas-size.d.ts.map +1 -0
  75. package/dist/types/editor/core/clip-speed.d.ts +11 -0
  76. package/dist/types/editor/core/clip-speed.d.ts.map +1 -0
  77. package/dist/types/editor/core/collision.d.ts +96 -0
  78. package/dist/types/editor/core/collision.d.ts.map +1 -0
  79. package/dist/types/editor/core/composition.d.ts +47 -0
  80. package/dist/types/editor/core/composition.d.ts.map +1 -0
  81. package/dist/types/editor/core/export-schema.d.ts +5 -0
  82. package/dist/types/editor/core/export-schema.d.ts.map +1 -0
  83. package/dist/types/editor/core/index.d.ts +11 -0
  84. package/dist/types/editor/core/index.d.ts.map +1 -0
  85. package/dist/types/editor/core/model.d.ts +187 -0
  86. package/dist/types/editor/core/model.d.ts.map +1 -0
  87. package/dist/types/editor/core/preview-snapping.d.ts +27 -0
  88. package/dist/types/editor/core/preview-snapping.d.ts.map +1 -0
  89. package/dist/types/editor/core/text-fonts.d.ts +76 -0
  90. package/dist/types/editor/core/text-fonts.d.ts.map +1 -0
  91. package/dist/types/editor/core/time.d.ts +15 -0
  92. package/dist/types/editor/core/time.d.ts.map +1 -0
  93. package/dist/types/editor/core/timeline-commands.d.ts +143 -0
  94. package/dist/types/editor/core/timeline-commands.d.ts.map +1 -0
  95. package/dist/types/editor/core/timeline-layout.d.ts +25 -0
  96. package/dist/types/editor/core/timeline-layout.d.ts.map +1 -0
  97. package/dist/types/editor/core/timeline-math.d.ts +22 -0
  98. package/dist/types/editor/core/timeline-math.d.ts.map +1 -0
  99. package/dist/types/editor/core/timeline-tracks.d.ts +47 -0
  100. package/dist/types/editor/core/timeline-tracks.d.ts.map +1 -0
  101. package/dist/types/editor/media/audio-waveform-peaks.d.ts +17 -0
  102. package/dist/types/editor/media/audio-waveform-peaks.d.ts.map +1 -0
  103. package/dist/types/editor/media/audio-waveform.d.ts +8 -0
  104. package/dist/types/editor/media/audio-waveform.d.ts.map +1 -0
  105. package/dist/types/editor/media/frame-preview.d.ts +25 -0
  106. package/dist/types/editor/media/frame-preview.d.ts.map +1 -0
  107. package/dist/types/editor/media/index.d.ts +6 -0
  108. package/dist/types/editor/media/index.d.ts.map +1 -0
  109. package/dist/types/editor/media/media-runtime.d.ts +47 -0
  110. package/dist/types/editor/media/media-runtime.d.ts.map +1 -0
  111. package/dist/types/editor/media/mediabunny-audio-waveform.d.ts +8 -0
  112. package/dist/types/editor/media/mediabunny-audio-waveform.d.ts.map +1 -0
  113. package/dist/types/editor/media/mediabunny-frame-preview.d.ts +21 -0
  114. package/dist/types/editor/media/mediabunny-frame-preview.d.ts.map +1 -0
  115. package/dist/types/editor/media/preview-audio-engine.d.ts +23 -0
  116. package/dist/types/editor/media/preview-audio-engine.d.ts.map +1 -0
  117. package/dist/types/editor/media/preview-playback-controller.d.ts +26 -0
  118. package/dist/types/editor/media/preview-playback-controller.d.ts.map +1 -0
  119. package/dist/types/editor/media/single-frame-preview.d.ts +30 -0
  120. package/dist/types/editor/media/single-frame-preview.d.ts.map +1 -0
  121. package/dist/types/editor/media/text-layout-runtime.d.ts +27 -0
  122. package/dist/types/editor/media/text-layout-runtime.d.ts.map +1 -0
  123. package/dist/types/editor/store/index.d.ts +3 -0
  124. package/dist/types/editor/store/index.d.ts.map +1 -0
  125. package/dist/types/editor/store/timeline-store-context.d.ts +14 -0
  126. package/dist/types/editor/store/timeline-store-context.d.ts.map +1 -0
  127. package/dist/types/editor/store/timeline-store.d.ts +115 -0
  128. package/dist/types/editor/store/timeline-store.d.ts.map +1 -0
  129. package/dist/types/editor/timeline/AudioWaveformCanvas.d.ts +13 -0
  130. package/dist/types/editor/timeline/AudioWaveformCanvas.d.ts.map +1 -0
  131. package/dist/types/editor/timeline/TimelineClip.d.ts +41 -0
  132. package/dist/types/editor/timeline/TimelineClip.d.ts.map +1 -0
  133. package/dist/types/editor/timeline/TimelineDragGhost.d.ts +9 -0
  134. package/dist/types/editor/timeline/TimelineDragGhost.d.ts.map +1 -0
  135. package/dist/types/editor/timeline/TimelinePanel.d.ts +11 -0
  136. package/dist/types/editor/timeline/TimelinePanel.d.ts.map +1 -0
  137. package/dist/types/editor/timeline/TimelineRuler.d.ts +14 -0
  138. package/dist/types/editor/timeline/TimelineRuler.d.ts.map +1 -0
  139. package/dist/types/editor/timeline/TimelineTrimHandle.d.ts +12 -0
  140. package/dist/types/editor/timeline/TimelineTrimHandle.d.ts.map +1 -0
  141. package/dist/types/editor/timeline/TimelineViewport.d.ts +8 -0
  142. package/dist/types/editor/timeline/TimelineViewport.d.ts.map +1 -0
  143. package/dist/types/editor/timeline/clip-reveal.d.ts +29 -0
  144. package/dist/types/editor/timeline/clip-reveal.d.ts.map +1 -0
  145. package/dist/types/editor/timeline/timeline-interaction.d.ts +79 -0
  146. package/dist/types/editor/timeline/timeline-interaction.d.ts.map +1 -0
  147. package/dist/types/editor/timeline/useTimelineController.d.ts +22 -0
  148. package/dist/types/editor/timeline/useTimelineController.d.ts.map +1 -0
  149. package/dist/types/editor/types.d.ts +52 -0
  150. package/dist/types/editor/types.d.ts.map +1 -0
  151. package/dist/types/editor/util/abort-error.d.ts +3 -0
  152. package/dist/types/editor/util/abort-error.d.ts.map +1 -0
  153. package/dist/types/editor/util/browser.d.ts +5 -0
  154. package/dist/types/editor/util/browser.d.ts.map +1 -0
  155. package/dist/types/editor/util/format-canvas-font.d.ts +7 -0
  156. package/dist/types/editor/util/format-canvas-font.d.ts.map +1 -0
  157. package/dist/types/editor/util/format-media-label.d.ts +4 -0
  158. package/dist/types/editor/util/format-media-label.d.ts.map +1 -0
  159. package/dist/types/editor/util/format-text-color.d.ts +4 -0
  160. package/dist/types/editor/util/format-text-color.d.ts.map +1 -0
  161. package/dist/types/editor/util/format-timeline-time.d.ts +6 -0
  162. package/dist/types/editor/util/format-timeline-time.d.ts.map +1 -0
  163. package/dist/types/editor/util/id.d.ts +2 -0
  164. package/dist/types/editor/util/id.d.ts.map +1 -0
  165. package/dist/types/editor/util/media-file-format.d.ts +6 -0
  166. package/dist/types/editor/util/media-file-format.d.ts.map +1 -0
  167. package/dist/types/editor/util/number.d.ts +6 -0
  168. package/dist/types/editor/util/number.d.ts.map +1 -0
  169. package/dist/types/editor/util/text.d.ts +2 -0
  170. package/dist/types/editor/util/text.d.ts.map +1 -0
  171. package/dist/types/editor/util/url.d.ts +5 -0
  172. package/dist/types/editor/util/url.d.ts.map +1 -0
  173. package/dist/types/editor/util/value.d.ts +3 -0
  174. package/dist/types/editor/util/value.d.ts.map +1 -0
  175. package/dist/types/editor/workers/audio-waveform-protocol.d.ts +24 -0
  176. package/dist/types/editor/workers/audio-waveform-protocol.d.ts.map +1 -0
  177. package/dist/types/editor/workers/audio-waveform.worker.d.ts +2 -0
  178. package/dist/types/editor/workers/audio-waveform.worker.d.ts.map +1 -0
  179. package/dist/types/editor/workers/frame-preview-protocol.d.ts +35 -0
  180. package/dist/types/editor/workers/frame-preview-protocol.d.ts.map +1 -0
  181. package/dist/types/editor/workers/frame-preview.worker.d.ts +2 -0
  182. package/dist/types/editor/workers/frame-preview.worker.d.ts.map +1 -0
  183. package/dist/types/index.d.ts +7 -0
  184. package/dist/types/index.d.ts.map +1 -0
  185. package/package.json +74 -0
@@ -0,0 +1,96 @@
1
+ Copyright 2014-2025 Adobe (http://www.adobe.com/), with Reserved Font
2
+ Name 'Source'. Source is a trademark of Adobe in the United States
3
+ and/or other countries.
4
+
5
+ This Font Software is licensed under the SIL Open Font License,
6
+ Version 1.1.
7
+
8
+ This license is copied below, and is also available with a FAQ at:
9
+ http://scripts.sil.org/OFL
10
+
11
+ -----------------------------------------------------------
12
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
13
+ -----------------------------------------------------------
14
+
15
+ PREAMBLE
16
+ The goals of the Open Font License (OFL) are to stimulate worldwide
17
+ development of collaborative font projects, to support the font
18
+ creation efforts of academic and linguistic communities, and to
19
+ provide a free and open framework in which fonts may be shared and
20
+ improved in partnership with others.
21
+
22
+ The OFL allows the licensed fonts to be used, studied, modified and
23
+ redistributed freely as long as they are not sold by themselves. The
24
+ fonts, including any derivative works, can be bundled, embedded,
25
+ redistributed and/or sold with any software provided that any reserved
26
+ names are not used by derivative works. The fonts and derivatives,
27
+ however, cannot be released under any other type of license. The
28
+ requirement for fonts to remain under this license does not apply to
29
+ any document created using the fonts or their derivatives.
30
+
31
+ DEFINITIONS
32
+ "Font Software" refers to the set of files released by the Copyright
33
+ Holder(s) under this license and clearly marked as such. This may
34
+ include source files, build scripts and documentation.
35
+
36
+ "Reserved Font Name" refers to any names specified as such after the
37
+ copyright statement(s).
38
+
39
+ "Original Version" refers to the collection of Font Software
40
+ components as distributed by the Copyright Holder(s).
41
+
42
+ "Modified Version" refers to any derivative made by adding to,
43
+ deleting, or substituting -- in part or in whole -- any of the
44
+ components of the Original Version, by changing formats or by porting
45
+ the Font Software to a new environment.
46
+
47
+ "Author" refers to any designer, engineer, programmer, technical
48
+ writer or other person who contributed to the Font Software.
49
+
50
+ PERMISSION & CONDITIONS
51
+ Permission is hereby granted, free of charge, to any person obtaining
52
+ a copy of the Font Software, to use, study, copy, merge, embed,
53
+ modify, redistribute, and sell modified and unmodified copies of the
54
+ Font Software, subject to the following conditions:
55
+
56
+ 1) Neither the Font Software nor any of its individual components, in
57
+ Original or Modified Versions, may be sold by itself.
58
+
59
+ 2) Original or Modified Versions of the Font Software may be bundled,
60
+ redistributed and/or sold with any software, provided that each copy
61
+ contains the above copyright notice and this license. These can be
62
+ included either as stand-alone text files, human-readable headers or
63
+ in the appropriate machine-readable metadata fields within text or
64
+ binary files as long as those fields can be easily viewed by the user.
65
+
66
+ 3) No Modified Version of the Font Software may use the Reserved Font
67
+ Name(s) unless explicit written permission is granted by the
68
+ corresponding Copyright Holder. This restriction only applies to the
69
+ primary font name as presented to the users.
70
+
71
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
72
+ Software shall not be used to promote, endorse or advertise any
73
+ Modified Version, except to acknowledge the contribution(s) of the
74
+ Copyright Holder(s) and the Author(s) or with their explicit written
75
+ permission.
76
+
77
+ 5) The Font Software, modified or unmodified, in part or in whole,
78
+ must be distributed entirely under this license, and must not be
79
+ distributed under any other license. The requirement for fonts to
80
+ remain under this license does not apply to any document created using
81
+ the Font Software.
82
+
83
+ TERMINATION
84
+ This license becomes null and void if any of the above conditions are
85
+ not met.
86
+
87
+ DISCLAIMER
88
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
89
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
90
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
91
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
92
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
93
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
94
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
95
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
96
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,52 @@
1
+
2
+ ��վ��߶˺ڡ�ʹ�ñض�����
3
+ �վ��߶˺ڡ���Ȩ��վ�ᣨZCOOL�����У�ȫ�������߱�������Ȩ����վ��߶˺ڡ������������Ȩ������ʹ�ã���������ã���
4
+ ��ֹ���κγ����¸ı�վ����������ԭ�����ƣ���ֹ�κ��˽�վ�����������Ϊ��Ʒ����ת�ۼ�IJ����
5
+ �� �汾��Ϣ��2023��8�������޶��档
6
+
7
+ ������������
8
+ 1����վ������������ʦ�����ڴ�����Ը��ѹ�����Ȩ����Դ�����ο��������ַ�����������ȨȨ����������������ϵ�����ǽ���ʱɾ����
9
+
10
+ 2����õ��������ϵ��ƽ̨�����ʦ�ڴ�����ͬ�����������ܴ��ڸ��������������岻ͳһ��������緢��������⣬�뼰ʱ��������ϵ�����ǽ����������Ż����塣
11
+
12
+ 3����վ����֤��վ����������ݵ�׼ȷ�ԡ���ȫ�Ժ�������;�����м����˶ԣ�ͬʱ��վҲ���е��û���ʹ�ô������������Դ���Լ�����������κ���ʽ����ʧ�������Ρ�
13
+
14
+ 4��������δ�漰������μ������йط��ɷ��棬������������ҷ��ɷ����ͻʱ�Թ��ҷ��ɷ���Ϊ׼��
15
+
16
+
17
+ ���롾վ��߶˺ڡ����崴�������ʦ��վ��ID���У�
18
+ ������ơ��������������ˡ��������� ������ơ�������Sayaka�ۡ�������chowker
19
+ Ϳѻ��ֽ����������zhengqingke��������ѩ쿡�������������1991��������������
20
+ ����30�ȡ���������zhangsiyang�������ʳ���ơ���������չ������������ATO����
21
+ Chenzhixian_С�㡡colt������������ MUOU������������İmoshang������ ľ����moozi
22
+ ϣħ�ζ�������������������������� ��򡡡�������096������ ����
23
+ ������ shenweiqqq�����������ء��������� ���ϲ��𡡡�����czqddsdwh
24
+ ������ impanny���������� ������ơ������� �������������������������
25
+ û���� �����硡����������cd607������������LazyPray���������������
26
+ ���ï uncleseven��������n_nian���������� holytung ƽ������
27
+ ����Ʋ�� �������� �Ų�ide HeyGood_�Ը� �ﶫ
28
+ С�׳��� С��om Mu�� ����С���� ���
29
+ ram7design ���è ������ �Ƿ���� MrDong
30
+ 6�Ź����� zanysun���������� ������˵ 66�ϵ� ��õ
31
+ ���α���_ׯ���� bonnny BOB_1989 ��� ��¥����
32
+ LING1224 31370964 �·�������� �Ĵ����ǰ��� ��������_W
33
+ �峡���� ����˲�� ����eddis twy198452
34
+ ���������Ⱥ�
35
+
36
+ ƽ�����ʦViki��tidysky��YangKangDesign������������jionglianshow
37
+ �����Ǹ������ꡢsunkim��31370964��Ǯ�߶�yu��zxlxjh���������塢Meetu�����ʦ
38
+ �Ա����崴��Ҳ�й��ס�
39
+
40
+ ��лzhengqingke�������ˡ�������������������޶���
41
+ ��л���в��롾վ��߶˺ڡ����崴�������ʦ�͹�����Ա��
42
+ վ��߶˺���2014��12��25�շ�����һ�棬2015��8��20�շ����ڶ��棬2015��11��5�շ��������޶��档
43
+
44
+
45
+
46
+ ������վ�����塿
47
+ վ�ṫ�����壬Դ��2014���һ�ι������ֻ����վ��ZCOOL�Ļ�Ծ�������ʦ�������������˷��������Ŀ���������������ι淶���������ף������������ڰ�����ʽ�ɷ�ɢ��ȫ����79�����ʦ�ֱ���ɣ�����һ�׺��ò�����ѵ��������塰վ��߶˺ڡ���������2014��ʥ���������Դ�վ��߶˺�֮���и�������ʦ�ŶӺ͸��˽��������͸�վ�ṫ��������Ŀ������վ�ᴫ�������������ʦʹ�á�
48
+ һ�ױ�׼�������ֿ����6000������֣���������������һ���dz����ѵ����飬���е���������ҲԶԶ���㲻�����ʦ�ǵ��������վ�ṫ�������ܵ��ܶ����ʦ�Ļ�ӭ��
49
+
50
+
51
+ ����������ս���Ȩ��վ��ZCOOL���У���ַ:http://www.zcool.com.cn��
52
+