Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@scalar/client-side-rendering

Package Overview
Dependencies
Maintainers
7
Versions
16
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

Source
npmnpm
Version
0.1.9
Version published
Weekly downloads
398K
20.37%
Maintainers
7
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 14 May 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