JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 120476
  • Score
    100M100P100Q170961F
  • License MIT

A custom selection element for the Cropper.

Package Exports

  • @cropper/element-selection
  • @cropper/element-selection/dist/element-selection.d.ts
  • @cropper/element-selection/dist/element-selection.esm.js
  • @cropper/element-selection/dist/element-selection.esm.min.js
  • @cropper/element-selection/dist/element-selection.esm.raw.js
  • @cropper/element-selection/dist/element-selection.js
  • @cropper/element-selection/dist/element-selection.min.js
  • @cropper/element-selection/dist/element-selection.raw.js
  • @cropper/element-selection/package.json

Readme

@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