This commit is contained in:
2026-01-04 22:42:19 +00:00
parent abed903b06
commit febf480b60
22 changed files with 2665 additions and 321 deletions

View File

@@ -1,8 +1,8 @@
# npmcdn
# @serve.zone/opencdn
> 🚀 A blazing-fast CDN that serves files directly from npm packages
`npmcdn` is a lightweight, TypeScript-powered CDN server that allows you to serve specific files from npm packages. Think of it as your own private unpkg/jsdelivr, but with fine-grained control over which packages are accessible.
`@serve.zone/opencdn` is a lightweight, TypeScript-powered CDN server that allows you to serve specific files from npm packages. Think of it as your own private unpkg/jsdelivr, but with fine-grained control over which packages are accessible.
## Issue Reporting and Security
@@ -21,13 +21,13 @@ For reporting bugs, issues, or security vulnerabilities, please visit [community
## 📦 Installation
```bash
pnpm add npmcdn
pnpm add @serve.zone/opencdn
```
## 🚀 Quick Start
```typescript
import { UiPublicServer } from 'npmcdn';
import { UiPublicServer } from '@serve.zone/opencdn';
const server = new UiPublicServer({
port: 3000,