Find the cost of adding an npm package to your app's bundle size
teardown.kelinci.dev
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <title>teardown</title>
7 <meta name="description" content="Find the cost of adding an npm package to your app's bundle size." />
8
9 <!-- Open Graph -->
10 <meta property="og:type" content="website" />
11 <meta property="og:title" content="teardown" />
12 <meta
13 property="og:description"
14 content="Find the cost of adding an npm package to your app's bundle size."
15 />
16
17 <!-- Twitter -->
18 <meta name="twitter:card" content="summary" />
19 <meta name="twitter:title" content="teardown" />
20 <meta
21 name="twitter:description"
22 content="Find the cost of adding an npm package to your app's bundle size."
23 />
24 </head>
25 <body>
26 <div id="root"></div>
27 <script type="module" src="/src/index.tsx"></script>
28 </body>
29</html>