Aller au contenu
← Documentation

Customizer Configuration

Options de configuration complètes

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

OptionTypeDefault
widthnumber800
heightnumber1000
backgroundColorstring'#fff'