0.5.3 • Published 19 days ago

@wundergraph/cosmo-cdn v0.5.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
19 days ago

Cosmo CDN Hono Module

Example for Cloudflare Workers

import { cors } from "hono/cors";
import { Context, Hono } from "hono";
// Your bindings
import { Bindings } from "./bindings";
import { cdn } from "@wundergraph/cosmo-cdn";

const app = new Hono<{ Bindings: Bindings }>();

app.use("*", cors());

cdn(app, {
    authJwtSecret,
    blobStorage, // Your BlobStorage implementation
});

export default app;
0.5.3

19 days ago

0.5.2

20 days ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

3 months ago

0.3.2

4 months ago

0.3.0

4 months ago

0.3.1

4 months ago

0.2.1

6 months ago

0.2.0

6 months ago