New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@acrool/imgz-client

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acrool/imgz-client

This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.

  • 0.0.2-alpha.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-10%
Maintainers
0
Weekly downloads
 
Created
Source

Acrool Imgz Client

Acrool Imgz Client Logo

This is a Client of the acrool-imgz api server, which can isolate its core from the impact of the environment version.

NPM npm npm

npm downloads npm

Features

  • Use axios as the driver for client requests
  • Need to set up acrool imgz api server acrool/acrool-imgz-api

Installation

yarn add @acrool/imgz-client

Examples

use in your page/component:

import {ImgzClient} from '@acrool/imgz-client';

const imgzClient = new ImgzClient(imageSquashUrl);

await imgzClient
    .squashWebp(filePath)
    .toSave(uploadIOThumbPath, thumbOptions)
    .toSave(uploadIOPath, options)
    .completeAll();

License

MIT © Acrool & Imagine

Keywords

FAQs

Package last updated on 03 Oct 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc