Skip to content

gpizzimenti/js-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of vanilla js helpers in ES module format:

  • browserUtils.js :

    • isTouchDevice
    • isPortrait
    • isSmallFormat
    • browserData
  • colorUtils.js:

    • HexToRGB
    • HexToHSL
    • HSLToRGB
    • HSLToHex
    • invertColor
  • domUtils.js:

    • escapeHtml
    • unescapeHtml
  • execUtils.js:

    • nextFrame
    • softExec
    • debounce
    • throttle
  • geoUtils.js:

    • DecimaltoDMS
    • DMSToDecimal
    • formatDecimalToDMS
    • formatDMSToDecimal
    • haversineDistance