UNPKG

508 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.default = {
4 length: {
5 'm': 1,
6 'cm': 0.01,
7 'mm': 0.001,
8 'in': 0.0254,
9 'px': 0.0254 / 96,
10 'pt': 0.0254 / 72,
11 'pc': 0.0254 / 72 * 12
12 },
13 duration: {
14 's': 1,
15 'ms': 0.001
16 },
17 angle: {
18 'rad': 1 / (2 * Math.PI),
19 'deg': 1 / 360,
20 'grad': 1 / 400,
21 'turn': 1
22 }
23};
24//# sourceMappingURL=unit-conversions.js.map
\No newline at end of file