Is there a way to crop or trim an image files by using Google Closure?
If any, what module or package do I have to use?
|
Is there a way to crop or trim an image files by using Google Closure? If any, what module or package do I have to use? |
|||
|
|
|
The Closure Library includes a graphics package, but it does not come with built-in support for image cropping or trimming, other than the standard HTML5 canvas functionality accessible via the canvas wrappers. For examples, see the demos under Graphics. |
||||
|
|