🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@scalar/client-side-rendering

Package Overview
Dependencies
Maintainers
8
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/client-side-rendering

Client-side rendering for the Scalar API Reference using the CDN

latest
Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
370K
-6.98%
Maintainers
8
Weekly downloads
 
Created
Source

Scalar Client-Side Rendering

Version Downloads License Discord

Render the Scalar API Reference as static HTML using the CDN. No server-side dependencies required.

Installation

npm install @scalar/client-side-rendering

Usage

import { renderApiReference } from '@scalar/client-side-rendering'

const html = renderApiReference({
  pageTitle: 'My API Reference',
  config: {
    url: 'https://registry.scalar.com/@scalar/apis/galaxy?format=json',
  },
})

Community

We are API nerds. You too? Let's chat on Discord: https://discord.gg/scalar

License

The source code in this repository is licensed under MIT.

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts