Created
September 1, 2020 12:38
-
-
Save luislobo14rap/68df43d9755930df958fbe2c743af6eb to your computer and use it in GitHub Desktop.
px-to-mm.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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