Configuration Complète
const config = {
canvas: {
width: 800,
height: 1000,
backgroundColor: '#ffffff'
},
tools: {
text: true,
images: true,
cliparts: true,
shapes: true
},
fonts: ['Arial', 'Helvetica', 'Times New Roman'],
colors: ['#000000', '#ffffff', '#ff0000'],
export: {
formats: ['png', 'svg', 'pdf'],
dpi: 300,
quality: 'high'
}
};Options Canvas
| Option | Type | Default |
|---|---|---|
width | number | 800 |
height | number | 1000 |
backgroundColor | string | '#fff' |