修改lineHeight设置
Showing
{ | ||
"name": "psd-parse-web", | ||
"version": "2.1.7", | ||
"main": "src/index.js", | ||
"module": "dist/index.es.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "node test/index.js", | ||
"dev": "rollup -c -w", | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"color": "^3.1.2", | ||
"fs-extra": "^9.0.1", | ||
"object-hash": "^2.0.1", | ||
"psd": "3.2.0", | ||
"uuid": "^3.3.3" | ||
} | ||
} | ||
"name": "psd-parse-web", | ||
"version": "2.1.8", | ||
"main": "src/index.js", | ||
"module": "dist/index.es.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "node test/index.js", | ||
"dev": "rollup -c -w", | ||
"build": "rollup -c" | ||
}, | ||
"dependencies": { | ||
"color": "^3.1.2", | ||
"fs-extra": "^9.0.1", | ||
"object-hash": "^2.0.1", | ||
"psd": "3.2.0", | ||
"uuid": "^3.3.3" | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment