Merge pull request #9 from meltingice/9_iconv
A problem about character conversion of psd.js
Showing
| ... | ... | @@ -14,7 +14,8 @@ |
| "coffeescript-module": "~ 0.2.1", | ||
| "pngjs": "~ 0.4.0", | ||
| "rsvp": "~ 3.0.6", | ||
| "lodash": "~ 2.4" | ||
| "lodash": "~ 2.4", | ||
| "iconv-lite": "~ 0.4.4" | ||
| }, | ||
| "scripts": { | ||
| "test": "mocha test" | ||
| ... | ... |
Please register or sign in to comment