Skip to content

Latest commit

History

History
75 lines (56 loc) 路 2.41 KB

README.md

File metadata and controls

75 lines (56 loc) 路 2.41 KB
Banana Converter Logo

TypeScript Vite GitHub Actions

Banana Converter

Convert lengths to and from bananas with this simple TypeScript library. Supports various units for convenient conversions.
Simple, blazingly fast and free! 馃崒

Live DemoReport BugRequest Feature

Install

npm i banana-converter

Usage

import { convert } from "banana-converter";

convert(1.5, "banana", "cm"); // 26.67
convert(24, "yard", "banana"); // 123.432
convert(60, "kilometer", "banana"); // 337078.651685

Contributing

Contributions to the project is highly appreciated. If you have any suggestions/questions/requests please consider opening an issue. If you want to contribute to the project, fixing an open issue is greatly recommended and appreciated. To see the all contribution rules please check the contribution rules.

Roadmap

  • More banana options for i18n support:
    • Cavendish Banana.
    • Pisang Raja.
    • Red Banana.
    • Lady Finger Banana.
    • Blue Java Banana.
    • Plantain.
    • Manzano Banana.
    • Burro Banana.
    • 脟ikita
  • Weight converter.
  • Detailed documentation.

Contact

Maintainer
kaandesu