Open nitsbikash opened 7 years ago
Hi, Could anyone tell me why color tools is not working in android. Here is my code:-
var imageUrl = "IMAGE_URL"; var options = { outputType: CSDKImageEditor.OutputType.JPEG, tools: [ CSDKImageEditor.ToolType.COLOR, ], quality: 50 }; CSDKImageEditor.edit($scope.success, $scope.error, imageUrl, options);
I am using IONIC and other then color tools every tools is working fine.
Please help me on this, Thanks
Hi, Could anyone tell me why color tools is not working in android. Here is my code:-
I am using IONIC and other then color tools every tools is working fine.
Please help me on this, Thanks