diff --git a/shared/lib/vendor/CustomEase.js b/shared/lib/vendor/CustomEase.js new file mode 100644 index 0000000..754aeb8 --- /dev/null +++ b/shared/lib/vendor/CustomEase.js @@ -0,0 +1,4 @@ +export var CustomEase = { + create() {} +}; +export { CustomEase as default }; diff --git a/shared/lib/vendor/DrawSVGPlugin.js b/shared/lib/vendor/DrawSVGPlugin.js new file mode 100644 index 0000000..f77a129 --- /dev/null +++ b/shared/lib/vendor/DrawSVGPlugin.js @@ -0,0 +1,2 @@ +const DrawSVGPlugin = {}; +export { DrawSVGPlugin, DrawSVGPlugin as default }; diff --git a/shared/lib/vendor/SplitText.js b/shared/lib/vendor/SplitText.js new file mode 100644 index 0000000..4862ad7 --- /dev/null +++ b/shared/lib/vendor/SplitText.js @@ -0,0 +1,2 @@ +export var SplitText = {}; +export { SplitText as default };