This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
semaphore
mirror of
https://github.com/NickColley/semaphore.git
Watch
1
Star
0
Fork
You've already forked semaphore
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee45c07314
semaphore
/
routes
/
_utils
/
coordsToPercent.js
2 lines
62 B
JavaScript
Raw
Blame
History
export
const
coordsToPercent
=
coord
=>
(
1
+
coord
)
/
2
*
100
Reference in New Issue
View Git Blame
Copy Permalink