1.1.16 • Published 7 years ago
psd-to-templet v1.1.16
psd-to-templet
transform psd into templet
Installation
use npm
npm install psd-to-templetUsage
import psdToTemplet from 'psd-to-templet';
psdToTemplet(file, options)
.then(res => {})
.catch(err => {})Options
defaultTextType
Specifies the scale type of text
- type:
String - default:
block - options:
head、content、block
parseSVG:
while false, parse svg as png
- type:
Boolean - default:
true
groupMode:
Specifies the mode of parsing groups,while tag, remember to name group as group*
- type:
String - default:
flat - options:
flat、merge、tag
imageQuality:
- type:
Number - default: 60
imageMaxWidth:
- type:
Number
imageMaxHeight:
- type:
Number
onProgress:
- type:
Function - usage:
onProgress(data) {
var message = data.message;
var progress = data.progress;
}Output
[{
backgroundColor: "#FFFFFF",
elems: [{
type: 'group',
elems: [{
height: 321,
left: 0,
opacity: 1,
top: 0,
type: "image",
url: "data:image/jpeg;base64",
width: 1242
}],
height: 321,
left: 0,
top: 1887,
width: 1242
}, {
color: '#000000',
content: '哈哈哈哈哈',
fontFamily: 'FZLTTHK--GBK1--0',
fontSize: 57,
fontStyle: 'normal',
fontWeight: 400,
height: 80.646,
left: 320,
letterSpacing: 0,
lineHeight: 1.2,
opacity: 1,
resize: 7,
textAlign: 'center',
textDecoration: 'none',
top: 56.019,
transform: {a: 1, b: 0, c: -0, d: 1, tx: 0, ty: 0},
type: 'text',
width: 602
}],
height: 2208,
title: null,
width: 1242,
}]1.1.16
7 years ago
1.1.15
7 years ago
1.1.14
7 years ago
1.1.13
7 years ago
1.1.12
7 years ago
1.1.11
7 years ago
1.1.10
8 years ago
1.1.9
8 years ago
1.1.8
8 years ago
1.1.7
8 years ago
1.1.6
8 years ago
1.1.5
8 years ago
1.1.4
8 years ago
1.1.3
8 years ago
1.1.2
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago