@twick/video-editor 0.15.25 → 0.15.26
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/helpers/constants.d.ts +0 -8
- package/dist/index.js +1 -9
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -9
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
|
@@ -112,16 +112,8 @@ export declare const AVAILABLE_TEXT_FONTS: {
|
|
|
112
112
|
readonly PATTAYA: "Pattaya";
|
|
113
113
|
/** Unique display font */
|
|
114
114
|
readonly PERALTA: "Peralta";
|
|
115
|
-
/** Bold impact font */
|
|
116
|
-
readonly IMPACT: "Impact";
|
|
117
115
|
/** Handwritten-style font */
|
|
118
116
|
readonly LUMANOSIMO: "Lumanosimo";
|
|
119
117
|
/** Custom display font */
|
|
120
118
|
readonly KAPAKANA: "Kapakana";
|
|
121
|
-
/** Handwritten font */
|
|
122
|
-
readonly HANDYRUSH: "HandyRush";
|
|
123
|
-
/** Decorative font */
|
|
124
|
-
readonly DASHER: "Dasher";
|
|
125
|
-
/** Signature-style font */
|
|
126
|
-
readonly BRITTANY_SIGNATURE: "Brittany Signature";
|
|
127
119
|
};
|
package/dist/index.js
CHANGED
|
@@ -9190,18 +9190,10 @@ const AVAILABLE_TEXT_FONTS = {
|
|
|
9190
9190
|
// CDN Fonts
|
|
9191
9191
|
/** Unique display font */
|
|
9192
9192
|
PERALTA: "Peralta",
|
|
9193
|
-
/** Bold impact font */
|
|
9194
|
-
IMPACT: "Impact",
|
|
9195
9193
|
/** Handwritten-style font */
|
|
9196
9194
|
LUMANOSIMO: "Lumanosimo",
|
|
9197
9195
|
/** Custom display font */
|
|
9198
|
-
KAPAKANA: "Kapakana"
|
|
9199
|
-
/** Handwritten font */
|
|
9200
|
-
HANDYRUSH: "HandyRush",
|
|
9201
|
-
/** Decorative font */
|
|
9202
|
-
DASHER: "Dasher",
|
|
9203
|
-
/** Signature-style font */
|
|
9204
|
-
BRITTANY_SIGNATURE: "Brittany Signature"
|
|
9196
|
+
KAPAKANA: "Kapakana"
|
|
9205
9197
|
};
|
|
9206
9198
|
const DEFAULT_DROP_DURATION = 5;
|
|
9207
9199
|
function useTimelineDrop({
|