1
0
Fork 0

sparkles: Added collar

This commit is contained in:
Joost De Cock 2018-12-24 15:53:34 +01:00
parent 7e943991ab
commit 1bccf5c827
5 changed files with 163 additions and 6 deletions

View file

@ -14,6 +14,7 @@ import draftButtonholePlacket from "./buttonholeplacket";
import draftYoke from "./yoke";
import draftSleeve from "./sleeve";
import draftCollarStand from "./collarstand";
import draftCollar from "./collar";
// Constructor
const Simon = function(settings) {
@ -53,5 +54,6 @@ Simon.prototype.draftButtonholePlacket = draftButtonholePlacket;
Simon.prototype.draftYoke = draftYoke;
Simon.prototype.draftSleeve = draftSleeve;
Simon.prototype.draftCollarStand = draftCollarStand;
Simon.prototype.draftCollar = draftCollar;
export default Simon;