penblu / jcrop
Extension creada por PenBlu para el uso de la libreria jquery-jcrop
Package info
Language:JavaScript
Type:yii2-extension
pkg:composer/penblu/jcrop
Requires
- yiisoft/yii2: ~2.0.5
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:12:11 UTC
README
Extension de Jcrop creada por PenBlu
Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.
Reference Plugin: http://github.com/tapmodo/Jcrop
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist penblu/jcrop "*"
or add
"penblu/jcrop": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
php
<?= \penblu\jcrop\JCrop::widget(); ?>