Skip to content

Releases: vishakh-abhayan/ImageBinDB

v1.0.7

26 Nov 20:50
2042284
Compare
Choose a tag to compare

Quick Overview

ImageBinDB is a TypeScript NPM module for efficient image handling in web applications. It focuses on converting images to binary data, storing them in IndexedDB, and then retrieving and converting them back into images.

Key Features

  • Image to Binary Conversion: Convert image files into binary data for efficient storage.
  • IndexedDB Storage: Utilize the power of IndexedDB to store and retrieve binary image data.
  • Binary to Image Conversion: Easily convert stored binary data back into viewable images.

Installation

Install ImageBinDB with npm:

npm install imagebindb

## What's Changed
* Version Packages by @github-actions in https://github.com/vishakh-abhayan/ImageBinDB/pull/1

## New Contributors
* @github-actions made their first contribution in https://github.com/vishakh-abhayan/ImageBinDB/pull/1

**Full Changelog**: https://github.com/vishakh-abhayan/ImageBinDB/commits/v1.0.2