Issue
I am working in ionic application that enable to create graphics.
I am using fabric js letest version 3.2.0 and want ot use touch gesture.
I try to clone fabric js repository into my pc and try to build custom build using following command :
node build.js modules=ALL
So, build is successful in dist
folder, but I don’t know how to install it in ionic.
Please help me.
Solution
After compare all file in node-module/fabric and my custom build. and I got that both are same.
So I put this answer for help.
Step :
-
install letest fabric js using cmd : npm install fabric –save
-
download custom build from fabric js site : http://fabricjs.com/build/
-
open : ionic-project-folder/node modules/fabric/
-
replace dist folder Placed inside above path with downloaded custom build (dist folder)
-
re-serve project.
If any other solution is possible (like publishing into npm and install) then Please mention.
Answered By – Mayur Kukadiya
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0