UNPKG

simple-convert-i18n

Version:

A simple and lightweight library for unit conversion. Supports basic units like length, weight, temperature, and speed. Works seamlessly in Node.js and browsers! 📏⚖️🌡️🚀

19 lines (12 loc) 531 B
# Simple Convert i18n A simple and lightweight library for unit conversion. Supports basic units like length, weight, temperature, and speed. Works seamlessly in Node.js and browsers! 📏⚖️🌡️🚀 ## Features - Convert length (km, miles, meters, feet, etc.) - Convert weight (kg, pounds, ounces, etc.) - Convert temperature (Celsius, Fahrenheit, Kelvin) - Convert speed (km/h, mph, knots, etc.) - Convert volume and area ## Installation You can install the package using npm: ```bash npm install simple-convert-i18n