constructor()

in lib/transform-rule.js [12:16]


  constructor(options) {
    this.width = options.width;
    this.height = options.height;
    this.paddingH = options.paddingH;
  }