Socket
Socket
Sign inDemoInstall

@jimp/plugin-displace

Package Overview
Dependencies
Maintainers
2
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/plugin-displace

displace an image.


Version published
Weekly downloads
437K
decreased by-64.04%
Maintainers
2
Weekly downloads
 
Created
Source

@jimp/plugin-displace

Displace an image.

Displaces the image based on the provided displacement map

Usage

  • @param {object} map the source Jimp instance
  • @param {number} offset the maximum displacement value
  • @param {function(Error, Jimp)} cb (optional) a callback for when complete
import jimp from "jimp";

async function main() {
  const image = await jimp.read("test/image.png");

  // Make me better!
  image.displace(map, 10);
}

main();

FAQs

Package last updated on 04 Feb 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

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