convert-to-mb
TypeScript icon, indicating that this package has built-in type declarations

2.5.4 • Public • Published

Convert to MB

Converting Bytes to MB or KB

Usage/Examples

Screenshot

call convertMB to use, with desired number

import { convertMB } from "convert-to-mb";
...
const bytes = 4412847;
....
<p>
  how much MB does {bytes} Bytes?{" "}
  <span className="font-bold"> it's {convertMB(bytes)}</span>
</p>

Readme

Keywords

none

Package Sidebar

Install

npm i convert-to-mb

Weekly Downloads

24

Version

2.5.4

License

ISC

Unpacked Size

9.46 kB

Total Files

9

Last publish

Collaborators

  • muchtarpr
  • muchtarprgue