mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
44 lines
1.1 KiB
HTML
44 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"
|
|
/>
|
|
<title>tsup</title>
|
|
<meta name="description" content="bundle typescript library with ease" />
|
|
<!-- Stylesheet -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://unpkg.com/@egoist/docup@2/dist/docup.min.css"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<script type="module">
|
|
import * as docup from 'https://unpkg.com/@egoist/docup@2/dist/docup.min.js'
|
|
docup.init({
|
|
// ..options
|
|
navLinks: [
|
|
{ text: `Type Doc`, link: `https://paka.dev/npm/tsup` },
|
|
{
|
|
text: `GitHub`,
|
|
link: `https://github.com/egoist/tsup`,
|
|
},
|
|
{
|
|
text: `❤️️ Sponsor`,
|
|
link: `https://github.com/sponsors/egoist`,
|
|
},
|
|
],
|
|
})
|
|
</script>
|
|
<script
|
|
async
|
|
defer
|
|
data-website-id="d0d25c97-2e1a-4167-84bc-f57dc5efa51c"
|
|
src="https://umami.egoist.sh/mami.js"
|
|
></script>
|
|
</body>
|
|
</html>
|