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 🙏

© 2025 – Pkg Stats / Ryan Hefner

image-in-browser

v3.2.5

Published

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

Readme

📋 Table of Contents

Welcome to image-in-browser! This powerful NPM package allows you to effortlessly load, manipulate, and save images in a variety of formats, all within your browser or Node.js environment—no server-side setup required!

Key Features:

  • Fully compatible with both Node.js and browser environments
  • Developed entirely in TypeScript, compiled to JavaScript
  • No external dependencies — lightweight and efficient
  • A modern ES (ECMAScript) module for seamless integration

Whether you're working with static images or animated graphics, this library is perfect for projects where you want to keep your code isolated from the underlying system.

image-in-browser supports a wide range of image formats for both reading and writing:

Read / Write Formats:

  • BMP
  • GIF (including animated GIFs)
  • ICO
  • JPG
  • PNG (including animated APNG)
  • TGA
  • PVR
  • TIFF

Read Only Formats:

  • PNM (PBM, PGM, PPM)
  • PSD
  • WEBP (including animated WEBP)

Write Only Format:

  • CUR

Want to see image-in-browser in action? Check out our dedicated repository for practical examples and code snippets:

image-in-browser.examples (GitHub)

This repository will continue to grow, providing you with more examples over time.

For comprehensive documentation on how to use the package, please visit our Wiki.

Please note that while image-in-browser is a versatile library, its performance may not match that of native libraries, as it is entirely written in TypeScript. Keep this in mind when planning your projects.

The project includes a comprehensive suite of tests to ensure functionality and reliability. To run the tests, use the following command:

npm run test:all

This will execute all test cases defined in the project.

We believe that contributions are the heart of the open-source community! Your input can help make image-in-browser even better.

To contribute:

  1. Fork the project
  2. Create your feature branch (e.g., git checkout -b feature/AmazingFeature)
  3. Important! Run npm run build to ensure your code meets project standards
  4. Important! Address any errors or warnings that arise from your changes
  5. Commit your changes (e.g., git commit -m 'Add some AmazingFeature')
  6. Push to your branch (e.g., git push origin feature/AmazingFeature)
  7. Open a Pull Request

Your support is greatly appreciated!

This project is licensed under the MIT License. See the LICENSE.md file for details.

Check out our NPM repository for more information: