Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

idcrop

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idcrop

Embed for cropping images and returning a base64 of the cropped area.

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
29
increased by38.1%
Maintainers
1
Weekly downloads
 
Created
Source

IdCrop

Embed for cropping images and returning a base64 of the cropped area.

Development Environment Setup

npm install
npm run server

Usage

npm install idcrop
Javascript

const idcrop = require("idcrop");
idcrop.init("toolbarContainer", "displayContainer", "previewContainer");

HTML

You must create a container for display (cropping area), toolbar (upload button and filename) and preview (cropped area preview)

<div id="displayContainer"></div>
<div id="toolbarContainer"></div>
<div id="previewContainer"></div>

Keywords

FAQs

Package last updated on 27 Nov 2017

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