Matheus Davidson
Matheus Davidson
Hi, you can access it like in the docs, i use that way in many projects. The method ```getCroppedCanvas``` will only be available when you use cors option, as stated...
You can set all original cropper js options in ```cropperOptions```, so to set cropper data you need to set: ``` cropperOptions.data = { x: number, y: number, width: number, height:...
Hi, i will maintain this lib. I am currently rewriting to make it easier for updates, so i will update to latest version. Pull requests are welcome.
which version are you saying? angular? cropperjs? im asking because the lib is not that old, it should be near the lastest versions already.
You can help by implementing any new features you would like to use that is not yet possible, then send you pr.
i think cropperjs is already the latest version.
i`m using in my projects, look: ``` "_from": "cropperjs@^1.0.0", "_id": "[email protected]" ``` 1.1.3 is the latest isn't it?
its true, i`m getting css indirectly. This could be a good think to help. Separate the lib css from cropperjs css so we can load it directly from cropperjs lib.
It should work.
But this library uses the pure javascript version, not jQuery version. You need to look cropperjs javascript doc.