封装一些浏览器端常用的 API。
English | 简体中文
pnpm install carob
import { prepend, toElement, getScrollbarWidth } from 'carob'
const app = toElement(`
<div class="app">
<button id="button">Hi</button>
</div>
`)
prepend(document.body, app)
getScrollbarWidth() // => 17px