Socket
Book a DemoInstallSign in
Socket

@cropper/element-selection

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cropper/element-selection

A custom selection element for the Cropper.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

@cropper/element-selection

A custom selection element for the Cropper.

Main npm package files

dist/
├── element-selection.js         (UMD, bundled)
├── element-selection.min.js     (UMD, bundled, compressed)
├── element-selection.raw.js     (UMD, unbundled, default)
├── element-selection.esm.js     (ECMAScript Module, bundled)
├── element-selection.esm.min.js (ECMAScript Module, bundled, compressed)
├── element-selection.esm.raw.js (ECMAScript Module, unbundled)
└── element-selection.d.ts       (TypeScript Declaration File)

Getting started

Installation

npm install @cropper/element-selection

Usage

import CropperSelection from '@cropper/element-selection';

CropperSelection.$define();
<cropper-selection></cropper-selection>

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT

Keywords

selection

FAQs

Package last updated on 19 Oct 2025

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