glb-compressor-server
Installation
SKILL.md
glb-compressor Server
HTTP compression server built on Bun.serve(). Provides synchronous and
streaming (SSE) compression endpoints with full CORS support.
Starting the Server
# Production (from installed package)
glb-server
# Development (hot reload)
bun run dev
# Custom port
PORT=3000 bun run start
Default port: 8080 (override via PORT env var).
Related skills
More from kjanat/glb-compressor
glb-compressor-library
Programmatic GLB/glTF 3D model compression library with a multi-phase pipeline, skinned-model awareness, and custom glTF-Transform transforms. Use when integrating compression into application code, building custom pipelines, or using individual transforms.
14glb-compressor-cli
Compress GLB/glTF 3D models using the glb-compressor CLI. Use when running compression from the command line, writing shell scripts that compress models, or integrating into CI/CD pipelines.
11