npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@warleon/jsonresume-theme-compact

v0.0.12

Published

A JSON Resume theme, compatible with the latest resume schema

Readme

jsonresume-theme-compact

npm package version

A compact JSON Resume theme, compatible with the latest resume schema. Renders clean, semantic HTML with compact CSS styling using proximity design principles for optimal space utilization and information hierarchy.

  • 📄 Compact, space-efficient layout
  • 🎯 Proximity design principles for information hierarchy
  • 💄 Markdown support
  • 🧩 Standalone CLI
  • 📦 ESM and CommonJS builds
  • 🤖 TypeScript typings
  • 📱 Responsive design for all screen sizes
  • 🖨️ Print-optimized for PDF generation
  • ♿ Semantic and accessible markup

Installation

npm install @warleon/jsonresume-theme-compact

Usage

With resume-cli

npm install resume-cli @warleon/jsonresume-theme-compact
npx resume export resume.html --theme @warleon/jsonresume-theme-compact

With Resumed

Resumed requires you to install the theme, since it does not come with any by default:

npm install resumed @warleon/jsonresume-theme-compact
npx resumed render --theme @warleon/jsonresume-theme-compact

Standalone usage

This theme comes with a barebones CLI that reads resumes from stdin and outputs HTML to stdout. This allows usage without any resume builder tools:

npx @warleon/jsonresume-theme-compact < resume.json > resume.html

Features

This theme generates compact, professionally styled HTML that:

Design Principles

  • Proximity Design: Related information is grouped closer together to establish clear visual hierarchy
  • Compact Layout: Optimized spacing and typography for maximum information density
  • No Decorative Styling: Focuses on layout and spacing without colors or decorative fonts
  • Information Hierarchy: Uses spacing and positioning to guide the reader's attention

Technical Features

  • Uses semantic HTML5 elements for accessibility
  • Responsive grid layout that adapts to different screen sizes
  • Compact typography with optimized font sizes and line heights
  • Tighter spacing between related elements (list items, job details, skills)
  • Reduced gaps between sections while maintaining readability
  • Print-optimized CSS for clean PDF generation
  • Supports all resume schema fields
  • Processes Markdown content in descriptions

Layout Characteristics

  • Header: Compact masthead with essential contact information
  • Sections: Tightly spaced sections with clear visual separation
  • Timeline: Compact work/education history with minimal visual elements
  • Skills: Efficiently organized skill tags with reduced spacing
  • Two-column responsive layout on larger screens for better space utilization

The resulting HTML is perfect for:

  • Professional resumes requiring maximum information density
  • PDF generation with consistent, compact formatting
  • Modern web display with responsive design
  • Accessibility-focused document structure
  • Clean, readable markup that maintains visual hierarchy

Output Structure

The theme generates a standard HTML document with:

  • Proper DOCTYPE and semantic structure
  • Meta tags for SEO and viewport
  • Hierarchical content organization using appropriate HTML elements
  • Compact CSS styling focused on proximity and spacing
  • Clean, readable markup optimized for information density

Perfect for professionals who need a clean, compact resume layout that maximizes information display while maintaining excellent readability and accessibility.