1
0
Fork 0

sparkles: Added buttonhole placket

This commit is contained in:
Joost De Cock 2018-12-23 13:57:40 +01:00
parent 415f7c483e
commit c5d12ff4bd
8 changed files with 214 additions and 34 deletions

View file

@ -10,6 +10,7 @@ import draftFront from "./front";
import draftFrontRight from "./frontright";
import draftButtonPlacket from "./buttonplacket";
import draftFrontLeft from "./frontleft";
import draftButtonholePlacket from "./buttonholeplacket";
// Constructor
const Simon = function(settings) {
@ -41,6 +42,7 @@ Simon.prototype.draftFront = draftFront;
Simon.prototype.draftFrontRight = draftFrontRight;
Simon.prototype.draftButtonPlacket = draftButtonPlacket;
Simon.prototype.draftFrontLeft = draftFrontLeft;
Simon.prototype.draftButtonholePlacket = draftButtonholePlacket;
export default Simon;