Skip to content

jawngee/yoimages-crop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#YoImages Crop

YoImages Crop is a Wordpress plugin that provides image cropping functions.

YoImages Crop is part of a suite of modules which aim is to add better image handling capabilities to the Wordpress core, read more about YoImages Crop.

You can get YoImages Crop along with other YoImages modules here or you can install it as a stand alone Wordpress plugin following the steps described in the next paragraph.

##Install YoImages Crop from sources

YoImages Crop is built with Composer. To install it from sources go to your Wordpress plugin directory via terminal and there:

git clone https://github.com/sirulli/yoimages-crop.git
cd yoimages-crop
curl -sS https://getcomposer.org/installer | php
php composer.phar install

To update your installed YoImages Crop plugin from sources go to Wordpress plugin directory via terminal and there:

cd yoimages-crop
git pull
php composer.phar update

About

Image cropping tools for Wordpress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 49.7%
  • PHP 41.6%
  • CSS 8.7%