1
0
Fork 0

sparkles: Added cuffs

This commit is contained in:
Joost De Cock 2018-12-27 13:08:30 +01:00
parent 3afdaf751d
commit 52958dcb8b
11 changed files with 451 additions and 6 deletions

View file

@ -17,6 +17,7 @@ import draftCollarStand from "./collarstand";
import draftCollar from "./collar";
import draftSleevePlacketUnderlap from "./sleeveplacket-underlap";
import draftSleevePlacketOverlap from "./sleeveplacket-overlap";
import draftCuff from "./cuff";
// Constructor
const Simon = function(settings) {
@ -59,5 +60,6 @@ Simon.prototype.draftCollarStand = draftCollarStand;
Simon.prototype.draftCollar = draftCollar;
Simon.prototype.draftSleevePlacketUnderlap = draftSleevePlacketUnderlap;
Simon.prototype.draftSleevePlacketOverlap = draftSleevePlacketOverlap;
Simon.prototype.draftCuff = draftCuff;
export default Simon;