🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

designscan

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

designscan

Any URL -> design tokens -> DESIGN.md. Short CLI name for @designscan/extractor: npx designscan .

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

designscan

The short CLI name for @designscan/extractorany URL → design tokens → DESIGN.md, extracted from the live page. Runs locally, no API key.

# one-time: install the headless browser
npx playwright install chromium

# any URL -> DESIGN.md (Google Labs open format)
npx designscan stripe.com --md --out stripe.DESIGN.md

# other formats: w3c (W3C Design Tokens JSON) | css (custom properties) | json
npx designscan vercel.com --format w3c --out vercel.tokens.json

# light + dark themes merged into one file, plus a visual proof sheet
npx designscan linear.app --theme both --md --preview --out linear.DESIGN.md

# MCP server for coding agents (stdio)
npx designscan mcp

This package is a thin shim: the engine — extraction, normalization, all the emitters — lives in @designscan/extractor and is installed as this package's only dependency. Docs, options, and the brand-corpus gallery:

Keywords

design-tokens

FAQs

Package last updated on 13 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