JSPM

  • Created
  • Published
  • Downloads 894
  • Score
    100M100P100Q90844F
  • License MIT

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

Package Exports

  • image-in-browser
  • image-in-browser/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (image-in-browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Table of contents

Overview

image-in-browser is an NPM package providing the ability to load, manipulate and save images of various image file formats.

  • works both in Node.js and in the browser (no need for server-side Node.js)
  • written entirely in Typescript with transpiling into Javascript
  • fully compatible with the ES6 standard and provides typings for use with Typescript

This library may be especially useful when you need to work with static or animated images directly in the browser code when the code is isolated from the system it's running on.

Performance Warning

Since this library is written entirely in Typescript and is not a native executable library, its performance will not be as fast as a the native library.

Supported Image Formats

The following formats are currently supported for encoding / decoding:

  • BMP,
  • GIF / Animated GIF,
  • ICO,
  • JPEG,
  • PNG / Animated APNG,
  • TGA,
  • TIFF

Documentation

To view the documentation for the package, please go to the Wiki.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

To contribute:

  • Fork the project
  • Create your feature branch (git checkout -b feature/AmazingFeature)
  • Commit your changes (git commit -m 'Add some AmazingFeature')
  • Push to the branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

I will be very grateful for your support.

Links

Link to NPM repository: