@clypra/engine 1.0.0 → 1.0.1
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/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +12 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -27,6 +27,7 @@ __export(index_exports, {
|
|
|
27
27
|
ENTRANCE_PRESETS: () => ENTRANCE_PRESETS,
|
|
28
28
|
EXIT_PRESETS: () => EXIT_PRESETS,
|
|
29
29
|
FONT_WEIGHT_OPTIONS: () => FONT_WEIGHT_OPTIONS,
|
|
30
|
+
InkBrushEngine: () => InkBrushEngine,
|
|
30
31
|
LEGACY_RENDERER_MAP: () => LEGACY_RENDERER_MAP,
|
|
31
32
|
LOOP_PRESETS: () => LOOP_PRESETS,
|
|
32
33
|
LOTTIE_ANIM_PRESETS: () => LOTTIE_ANIM_PRESETS,
|
|
@@ -6118,6 +6119,7 @@ function duplicateTrackAtPlayhead(doc, trackIndex, previewTime) {
|
|
|
6118
6119
|
ENTRANCE_PRESETS,
|
|
6119
6120
|
EXIT_PRESETS,
|
|
6120
6121
|
FONT_WEIGHT_OPTIONS,
|
|
6122
|
+
InkBrushEngine,
|
|
6121
6123
|
LEGACY_RENDERER_MAP,
|
|
6122
6124
|
LOOP_PRESETS,
|
|
6123
6125
|
LOTTIE_ANIM_PRESETS,
|