Closed sarath3940 closed 6 years ago
That option is now available @alyle/ui
v1.7.0-beta.1a7n7
example:
myConfig: LyResizingCroppingImagesConfig = {
width: 150,
height: 150,
fill: '#ff2997' // Background color
};
I tried to re-install the package (npm). But it doesn't seem to work. What should I do?
Does it give you an error?
npm i @alyle/ui@latest -S
Yes. It is showing an error.
And my interface is still like this!!!!!
I tried "npm i @alyle/ui@latest -S" as well. Am I doing anything wrong??
As you said, I have reinstalled all packages.(uninstalling alyle-ui and installing alyle/ui packages). But, I got stuck with this error. Can you please look into this??
I created a new project with Angular CLI
install @alyle/ui
add cropping and all good.
try delete folder node_modules and file package-lock.json
then npm install
As you did, I have done the same. Created a new project and installed @alyle/ui. But I am facing the same error.
Could you send me the project that you created? in zip
What version of node are you using? and npm
send me the result of ng --version
I wish I could... Thank you.
Result of ng --version.
Alyle UI only works with Angular 6
Alright. Thanks for the information.
Can you tell me how to change the background color of the output image?