PackCDN is a modern pack distribution system with WebAssembly support.
# Using Pack CLI
$ pack install my-pack https://packcdn.firefly-worker.workers.dev/cdn/pack-id
# Using npm
$ npm install my-pack
# Using ES Module
import pkg from 'https://packcdn.firefly-worker.workers.dev/cdn/pack-id'
| Endpoint | Description |
|---|---|
/cdn/{id} | Get pack files |
/pack/{id} | Pack information |
/wasm/{id} | WASM binary |
/api/search | Search packs |
/api/get-pack | Get pack data |
/api/publish | Publish pack |
PackCDN uses a comprehensive error code system (300+ codes).