mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
55 lines
1.6 KiB
HTML
55 lines
1.6 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`,
|
|
},
|
|
],
|
|
beforeSidebar: `<div style="background:#f9f9f9;padding: 20px;">
|
|
<div>
|
|
<strong style="font-size: 0.8rem;color:#ccc;">SPONSOR</strong>
|
|
</div>
|
|
<a href="https://browserku.com" rel="nofollow noopener" target="_blank"
|
|
><img
|
|
title="API for web scraping, screenshots, PDF generation and more"
|
|
alt="browserku logo"
|
|
src="https://cdn.jsdelivr.net/gh/egoist-bot/images@main/upic/b38Wz1.png"
|
|
/></a>
|
|
</div>`,
|
|
})
|
|
</script>
|
|
<script
|
|
async
|
|
defer
|
|
data-website-id="24610d03-48c4-4ad3-8557-4d424349d2ba"
|
|
src="https://umami.egoist.dev/mami.js"
|
|
></script>
|
|
</body>
|
|
</html>
|