@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
package/dist/index.mjs
CHANGED
|
@@ -9188,18 +9188,10 @@ const AVAILABLE_TEXT_FONTS = {
|
|
|
9188
9188
|
// CDN Fonts
|
|
9189
9189
|
/** Unique display font */
|
|
9190
9190
|
PERALTA: "Peralta",
|
|
9191
|
-
/** Bold impact font */
|
|
9192
|
-
IMPACT: "Impact",
|
|
9193
9191
|
/** Handwritten-style font */
|
|
9194
9192
|
LUMANOSIMO: "Lumanosimo",
|
|
9195
9193
|
/** Custom display font */
|
|
9196
|
-
KAPAKANA: "Kapakana"
|
|
9197
|
-
/** Handwritten font */
|
|
9198
|
-
HANDYRUSH: "HandyRush",
|
|
9199
|
-
/** Decorative font */
|
|
9200
|
-
DASHER: "Dasher",
|
|
9201
|
-
/** Signature-style font */
|
|
9202
|
-
BRITTANY_SIGNATURE: "Brittany Signature"
|
|
9194
|
+
KAPAKANA: "Kapakana"
|
|
9203
9195
|
};
|
|
9204
9196
|
const DEFAULT_DROP_DURATION = 5;
|
|
9205
9197
|
function useTimelineDrop({
|