JayeshLab / vue-resize-text

A vue directive which automatically resize font size based on element width.
https://jayeshlab.github.io/vue-resize-text/index.html
MIT License
71 stars 7 forks source link

Overwrite default arguments #12

Open MaxVeilleuxMTL opened 1 year ago

MaxVeilleuxMTL commented 1 year ago

Hi,

Is there a way to overwrite default arguments?

For example: My minFontSize should be lower than the default 16px globally.

Thanks!