Socket
Socket
Sign inDemoInstall

pngout-bin

Package Overview
Dependencies
126
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pngout-bin

pngout wrapper that makes it seamlessly available as a local dependency


Version published
Weekly downloads
74K
decreased by-9.33%
Maintainers
7
Install size
2.82 MB
Created
Weekly downloads
 

Readme

Source

pngout-bin GitHub Actions Status

pngout optimizes the size of PNG files losslessly

You probably want imagemin-pngout instead.

Install

$ npm install --save pngout-bin

Usage

import {execFile} from 'node:child_process';
import pngout from 'pngout-bin';

execFile(pngout, ['input.png', 'output.png', '-s0', '-k0', '-f0'], error => {
	console.log('Image minified!');
});

CLI

$ npm install --global pngout-bin
$ pngout --help

License

MIT © Imagemin

Keywords

FAQs

Last updated on 10 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc