Pixmash

A universal image compression and conversion library for JavaScript applications.

Installation

Pixmash can be installed via npm, yarn, or pnpm. It's compatible with React, Vue.js, and vanilla JavaScript applications.

NPM

npm install pixmash

Yarn

yarn add pixmash

PNPM

pnpm add pixmash

Compatibility

Pixmash supports the following environments:

  • Modern browsers (Chrome, Firefox, Safari, Edge)
  • Node.js 14+ (for server-side usage)
  • React 16.8+ (for hooks)
  • Vue.js 3+ (for composables)