The print types allow you to classify your colors, moreover, when you modify an SVG type design, when the color of a path is modified, if you have configured the print types, the colors of the other paths will be automatically modified with the color of the printing method that will have the closest colorimetric value.

To understand how a printing method object should be formed, refer to the following example :

var options = {
    printingMethods: [
      {
        name: 'Direct print', 
        price: '0.10'
      }, 
      {
        name: 'Flex print', 
        price: '0.50'
      }, 
      {
        name: 'Flock print', 
        price: '1'
      }
    ]
}

var instance = new AsukaDesigner('#myId', options); // Create an instance of the main plugin class
Was this article helpful to you? Yes No

How can we help?