JSPM

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

A custom handle element for the Cropper.

Package Exports

  • @cropper/element-handle
  • @cropper/element-handle/dist/element-handle.esm.raw.js
  • @cropper/element-handle/dist/element-handle.raw.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@cropper/element-handle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@cropper/element-handle

A custom handle element for the Cropper.

Main npm package files

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

Getting started

Installation

npm install @cropper/element-handle

Usage

import CropperHandle from '@cropper/element-handle';

CropperHandle.$define();
<cropper-handle></cropper-handle>

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT