We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e2673 commit f09d81fCopy full SHA for f09d81f
lib/util/error.js
@@ -11,6 +11,7 @@ const CUSTOM_ERRORS = [
11
'DurationGreaterThanMaxPossibleError',
12
'FontNotFoundError',
13
'IconAdjustableError',
14
+ 'InvalidTextScaleValue',
15
'LowerThirdAdjustableError',
16
'NotImageAreaError',
17
'NotTextAreaError',
@@ -46,6 +47,7 @@ const ERRORS = CUSTOM_ERRORS.reduce((acc, className) => {
46
47
* @property DurationGreaterThanMaxPossibleError
48
* @property FontNotFoundError
49
* @property IconAdjustableError
50
+ * @property InvalidTextScaleValue
51
* @property LowerThirdAdjustableError
52
* @property NotImageAreaError
53
* @property NotTextAreaError
0 commit comments