Welcome to my `BundleSize` component.
npm install @doc-blocks/bundle-sizeWelcome to my BundleSize component.
``sh`
npm i @doc-blocks/bundle-sizeor with yarn
yarn add @doc-blocks/bundle-size
Then to use the component in your code just import it!
`js
import { BundleSize } from "@doc-blocks/bundle-size";
``