conquer/jcrop

Yii2 Jcrop widget

Installs: 139

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.1 2015-09-23 07:30 UTC

This package is auto-updated.

Last update: 2024-04-24 02:49:03 UTC


README

Description

Jcrop is a powerful image cropping tool for jQuery. For more than five years, Jcrop has offered web builders an easy way to add image cropping functionality to their applications. Now, in 2014, it's been totally redesigned to be better than ever. Jcrop can also be found powering image cropping functionality in popular open source software such as Wordpress, and web-based services like Gravatar.com. For more information please visit Jcrop

Installation

The preferred way to install this extension is through composer.

To install, either run

$ php composer.phar require conquer/jcrop "*"

or add

"conquer/jcrop": "*"

to the require section of your composer.json file.

Usage

Basic usage:

// Form edit view
<?php
use conquer\jcrop\JcropWidget;
?>
...
<?= JcropWidget::widget([
        'src' => '/images/sample.jpg',
]) ?>

License

conquer/jcrop is released under the MIT License. See the bundled LICENSE for details.