···27export const CURRENT_SCRIPT_VERSION: string = "1.2.4";
2829// empty this string if you want to serve the full scripts
30-// scripts have to be minimized by hand because I was lazy when I wrote them
31-// I used https://minify-js.com/
32export const USE_SCRIPT_MIN: string = ".min";
3334/** INTERNAL LIMITS, DO NOT CHANGE **/
···27export const CURRENT_SCRIPT_VERSION: string = "1.2.4";
2829// empty this string if you want to serve the full scripts
30+// you can run the "npm run minify" script to minify the js files
031export const USE_SCRIPT_MIN: string = ".min";
3233/** INTERNAL LIMITS, DO NOT CHANGE **/