Titanium module imagefactory won't work

前端 未结 1 1378
-上瘾入骨i
-上瘾入骨i 2020-12-12 02:22

After several hours, and still not working image module, I hope for som help here.

I\'m trying to install/use the imagefactory module. 1) I installed it globaly usin

相关标签:
1条回答
  • 2020-12-12 02:57

    To install titanium modules and alloy widgets, now we have a package manager its gitTio.

    gitTio can be installed via npm ( more info on installing ) using following command :

    npm install -g gittio
    

    Now we can search various modules/widgets available at gitTio database, like the ti.imagefactory module is available here.

    Finally you can install the module using gittio install command form the root directory of your project. Example usage below :

    gittio install ti.imagefactory
    
    0 讨论(0)
提交回复
热议问题