@squawk/units
Advanced tools
+1
-1
@@ -11,3 +11,3 @@ /** | ||
| * | ||
| * const kmh = speed.ktsToKmh(250); | ||
| * const kmh = speed.knotsToKilometersPerHour(250); | ||
| * const da = isa.densityAltitudeFt(5000, 30); | ||
@@ -14,0 +14,0 @@ * const label = format.formatAltitude(3500); |
+1
-1
@@ -11,3 +11,3 @@ /** | ||
| * | ||
| * const kmh = speed.ktsToKmh(250); | ||
| * const kmh = speed.knotsToKilometersPerHour(250); | ||
| * const da = isa.densityAltitudeFt(5000, 30); | ||
@@ -14,0 +14,0 @@ * const label = format.formatAltitude(3500); |
+1
-1
| { | ||
| "name": "@squawk/units", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Aviation-aware unit conversion and formatting utilities", |
+5
-1
@@ -1,3 +0,5 @@ | ||
| # @squawk/units | ||
| <h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle"> @squawk/units</h1> | ||
| [](../../LICENSE.md) [](https://www.npmjs.com/package/@squawk/units)  | ||
| Aviation-aware unit conversion and formatting utilities. Conversions and formatters for speed, distance, altitude, pressure, temperature, and angle—plus ISA standard atmosphere calculations and compressible-flow aerodynamics. | ||
@@ -7,2 +9,4 @@ | ||
| Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm. | ||
| ## Installation | ||
@@ -9,0 +13,0 @@ |
71516
0.76%77
5.48%