Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

image-utilities

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-utilities

A collection of useful image file JavaScript helper functions.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Image Utilities

NPM version Coverage Status Known Vulnerabilities Downloads Install Size Contributors Pull Requests Welcome

A collection of useful image file JavaScript helper functions.

Node.js Usage

const imageUtilities = require("image-utilities");

imageUtilities.getImageInformation(
	"./data/image.png",
	function(error, info) {
		if(error) {
			return console.error(error);
		}

		return console.log(info);
	}
);

Installation

To install this module:

npm install image-utilities

Building

To build the distribution files for this module:

npm run build

Keywords

image

FAQs

Package last updated on 27 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts