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

gfx-screenshot

v0.0.1

Published

Take screenshots of parts of web pages (for downstream apps, newsletters, etc.)

Readme

gfx-screenshot

Take screenshots of parts of graphics (for downstream apps, newsletters, etc.)

A work in progress. Most of this code has been copied from various projects, including:

  • https://github.com/WPMedia/gee-screenshooter
  • https://github.com/WPMedia/gfx_2020_world_mapping-spread-new-coronavirus
  • https://www.washingtonpost.com/graphics/2020/politics/who-spoke-most-at-democratic-debate-january/

Goals

Oh graphics we often need to take screenshots of various parts of our pages. The main use-cases are for:

  • Downstream apps: Our apps do not run JavaScript, so they cannot include d3.js charts, for example.
  • Newsletters: We often want to include the latest version of a map or chart in a newsletter.
  • Homepage: Sometimes the homepage wants to include an image that will show the most recent data.

How it works right now

Currently this tool is a command-line script that starts a local webserver, opens the given page and take a screenshot of a part of it. We have a dummy gulp task that runs this script.

Installation

npm install gfx-screenshot

Usage

Usage: screenshot [options]

Options:
  -s, --server-directory <string>  Directory to start local web server
  -w, --width <number>             Width
  -f, --file <string>              Filename
  -o, --output-directory <string>  Output directory
  --selector <string>              Selector
  --wait-for-selector <string>     Wait for selector
  --css-overrides-file <string>    CSS file to include while taking screenshot
  -h, --help                       display help for command