nativescript-photo-editor
nativescript-photo-editor copied to clipboard
🎨 Easily edit an image in your NativeScript app (crop, draw, etc)
I'm using NS8, and Angular 14, trying to add this plug in, but keep having this error `ERROR in ./node_modules/nativescript-photo-editor/photo-editor.ios.js 15:21-44 Module not found: Error: Can't resolve 'image-source' in '/Users/dannychen/Documents/HW_Development/HW_Central/Portal_Mobile/Portal_Mobile_Nativescript_Angular/node_modules/nativescript-photo-editor'...
hello, i am using nativescript-camera plugin to capture an image and i am saving the resulting ImageAsset and usging ImageSource, i am doing the below to save to file: ImageSource.fromAsset(picture).then(...
Hello, I try to use NsPhotoEditor and I dot an issue on android: I have just added this test code: ``` photoEditor.editPhoto({ imageSource: imageSource, hiddenControls: [], }).then((newImage: ImageSource) => {...
Great plugin! I would like to see though a little more control over how the modal editor presents. More specifically in my case I would like to be able to...
Is it possible to add ability for filtering images like instagram? (I think native libraries used for `nativescript-photo-editor` does not support it)
Add ability to specify the colors that the user can use for drawing/texting.