1
0
Fork 0
freesewing/packages/pattern-bundle/README.md

70 lines
2.9 KiB
Markdown
Raw Normal View History

2018-07-26 10:23:53 +02:00
<p align="center">
<a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
</p>
<h4 align="center"><em>&nbsp;<a title="Go to freesewing.org" href="https://freesewing.org/">freesewing</a></em>
<br><sup>a library for made-to-measure sewing patterns</sup>
</h4>
# Freesewing patterns
2018-12-07 16:19:46 +01:00
This bundles the sewing patterns available for (the JavaScript version of)
[freesewing](https://github.com/freesewing/freesewing).
2018-07-26 10:23:53 +02:00
2018-12-07 16:19:46 +01:00
## Included patterns
### Blocks
2018-07-26 10:23:53 +02:00
Blocks or slopers are basic patterns shapes that you can extend into fully detailed patterns.
2018-08-18 19:49:34 +02:00
- [brian](https://github.com/freesewing/brian) : A basic body block for menswear, and the basis for many of our menswear patterns.
2019-02-26 17:58:13 +01:00
- [bent](https://github.com/freesewing/bent) : A version of [brian](https://github.com/freesewing/brian) with a two-part sleeve, and the and the basis of our menswear coat and jacket patterns.
2018-08-27 14:25:50 +02:00
2018-12-07 16:19:46 +01:00
### Menswear
2018-08-27 14:25:50 +02:00
2018-09-07 16:37:32 +02:00
- [aaron](https://github.com/freesewing/aaron) : A tank top or A-shirt
- [bruce](https://github.com/freesewing/bruce) : Boxer briefs
2019-03-30 19:21:57 +01:00
- [carlton](https://github.com/freesewing/carlton) : A long coat, perfect for Sherlock Holmes cosplay
2019-03-03 16:32:58 +01:00
- [huey](https://github.com/freesewing/huey) : A zip-up hoodie
2018-09-21 21:36:03 +02:00
- [hugo](https://github.com/freesewing/hugo) : A hooded sweatshirt with raglan sleeves
2019-03-30 19:21:57 +01:00
- [jaeger](https://github.com/freesewing/jaeger) : A sportscoat
2018-12-28 17:45:57 +01:00
- [simon](https://github.com/freesewing/simon) : A versatile button-down shirt
2019-01-03 16:54:29 +01:00
- [sven](https://github.com/freesewing/sven) : A straightforward sweater
2019-02-23 14:37:58 +01:00
- [wahid](https://github.com/freesewing/wahid) : A classic waistcoat
2018-09-21 21:36:03 +02:00
2018-09-11 16:37:14 +02:00
2018-12-07 16:19:46 +01:00
### Womenswear
2018-09-11 16:37:14 +02:00
- [cathrin](https://github.com/freesewing/cathrin) : An underbust corset or waist trainer
2019-02-15 15:25:13 +01:00
- [tamiko](https://github.com/freesewing/tamiko) : A zero-waste top
2018-09-11 16:37:14 +02:00
2019-02-15 15:25:13 +01:00
### Accessories
- [trayvon](https://github.com/freesewing/trayvon) : A (neck) tie
2018-09-11 16:37:14 +02:00
> #### Note: menswear/womenswear has nothing to do with gender
>
> Freesewing is gender-neutral. When we use the terms **menswear** or **womenswear**
> we are not talking about clothes for men or women. It is merely a category of clothing
> much like **accessories** or **shoes** are categories.
>
> The category gives you an idea what to expect, and is there to help you find things.
> It is not a limitation, or even a suggestion, of what you can or should wear or make.
>
> Wear whatever you want, and be proud of the things you make.
2018-12-07 16:19:46 +01:00
## Install
```sh
npm i --save @freesewing/patterns
```
## Usage
This exposes 3 named exports:
- `patterns` : An object holding pattern constructors
- `patternList` : An array of pattern names
- `patternInfo` : Extra pattern information that is typically used for frontend integration (tags, difficulty level, that sort of thing).
For more details, please refer to [the main freesewing library](https://github.com/freesewing/freesewing).