sparkles: Added buttonhole placket
This commit is contained in:
parent
415f7c483e
commit
c5d12ff4bd
8 changed files with 214 additions and 34 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue