//Any list of elementsconstelemList=document.querySelector("SELECTOR"); //Value from 0-90 (Default is 10 if none provided)constscale=50window.onload=function () { followCursor(elemList, scale); };
Development
# Compile code once yarn run babel # Watch for code changes yarn run babel-watch # Minify code yarn run uglify