Appearance
useFilesizeHuman
Get human readable file size.
html
<!-- Count up to 404 -->
<p>{{ useFilesizeHuman(3221225472) }}</p>
ts
import { useFilesizeHuman } from '@rozklad/usebox';