penblu / jcrop
Extension creada por PenBlu para el uso de la libreria jquery-jcrop
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.5
This package is auto-updated.
Last update: 2025-05-29 01:46:04 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(); ?>