Skip to content

Instantly share code, notes, and snippets.

@luislobo14rap
Created September 1, 2020 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislobo14rap/68df43d9755930df958fbe2c743af6eb to your computer and use it in GitHub Desktop.
Save luislobo14rap/68df43d9755930df958fbe2c743af6eb to your computer and use it in GitHub Desktop.
px-to-mm.js
// px-to-mm.js v1
function pxToMm(px){
return px * 0.2645833333;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment