https://github.com/prinorange/vega-drawing-server
A simple node.js server for drawing vega image. For personal use. Deploy on edge functions or cloudflare workers.
https://github.com/prinorange/vega-drawing-server
chart cloudflare cloudflare-workers diagram edge-functions
Last synced: about 1 year ago
JSON representation
A simple node.js server for drawing vega image. For personal use. Deploy on edge functions or cloudflare workers.
- Host: GitHub
- URL: https://github.com/prinorange/vega-drawing-server
- Owner: PrinOrange
- License: mit
- Created: 2025-02-28T13:53:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T01:55:51.000Z (about 1 year ago)
- Last Synced: 2025-03-08T02:23:59.800Z (about 1 year ago)
- Topics: chart, cloudflare, cloudflare-workers, diagram, edge-functions
- Language: TypeScript
- Homepage: https://vega-drawing-server.vercel.app
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vega-drawing-server
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.