标签:相对 nodejs 性能 wip off ejs 搜索 nbsp targe
首先是搜索了npm包的性能比较,找到了这篇:
https://github.com/ivanoff/images-manipulation-performance
性能最好的当属sharp,由于安装不上,最后选择了lwip
然后遇到了奇葩的问题,路径问题,准确地说是NodeJS的路径问题,相对路径是相对那个目录?
最后弄明白了是相对于Node的工作目录:process.cwd()
标签:相对 nodejs 性能 wip off ejs 搜索 nbsp targe
原文地址:http://www.cnblogs.com/slmk/p/6816261.html