How to use @freesewing/carlton - 2 common examples

To help you get started, we’ve selected a few @freesewing/carlton examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github freesewing / freesewing / packages / carlita / src / index.js View on Github external
Pattern.prototype[m] = function(part) {
    return new Carlton(this.settings)[m](part)
  }
}
github freesewing / freesewing / packages / carlita / src / index.js View on Github external
Pattern.prototype.draftCarltonFront = function(part) {
  return new Carlton(this.settings).draftFront(part)
}

@freesewing/carlton

A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat

MIT
Latest version published 4 months ago

Package Health Score

81 / 100
Full package analysis

Popular @freesewing/carlton functions