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

2.0.0-beta • Public • Published

@cropper/element-image

A custom image element for the Cropper.

Main npm package files

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

Getting started

Installation

npm install @cropper/element-image

Usage

import CropperImage from '@cropper/element-image';

CropperImage.$define();
<cropper-image></cropper-image>

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT

Package Sidebar

Install

npm i @cropper/element-image

Weekly Downloads

3,476

Version

2.0.0-beta

License

MIT

Unpacked Size

147 kB

Total Files

10

Last publish

Collaborators

  • chenfengyuan