I tested it and throws an error (conflict with other plugin) (MV),
when checked the plugin, String.prototype cause this error.
Same thing I had with Khas on fixing the conflict.
this seems to fix it with other plugins, if you add new properties
to an String or Array.
Object.defineProperty(String.prototype, 'paddingLeft', {
value: function(paddingValue) {
return String(paddingValue + this).slice(-paddingValue.length);
}
});
I didn't test it fully and multiple events yet to see it's effect.
but it also say you require a license (if not purchase it)?
or could it be used in non-commercial only and not commercial?
as that part kinda confuse me atm. I dont know if I could use it,
but its more a clarification for now.