Adding shape line width to Essential Graphics adds up to tens of thousands of numbers.
I would like to keep the maximum value to 150.
value = effect("SliderControl")("Slider");
clamp(value, 0, 150);
For example, if you do this, it will display fine in After Effects, but when you import it into Adobe Premiere, the entire screen will become white. (The color of the line is white)
How can I make the numbers smaller so it also works in Premiere?