@cropper/element-handle
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta • Public • Published

@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

Package Sidebar

Install

npm i @cropper/element-handle

Weekly Downloads

2,839

Version

2.0.0-beta

License

MIT

Unpacked Size

47.7 kB

Total Files

10

Last publish

Collaborators

  • chenfengyuan