6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
const formatCoord = x => Math.round(x * 1000000);
|
|
|
|
export {
|
|
formatCoord,
|
|
};
|