update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user