1
0
Fork 0

Documentation Hi

This commit is contained in:
woutervdub 2022-06-09 13:19:57 -07:00
parent f9ff0ab04d
commit 6493753d60
14 changed files with 99 additions and 12 deletions

View file

@ -26,6 +26,7 @@ freesewing.lab: 'FreeSewing website to test various patterns'
freesewing.org: 'FreeSewing website' freesewing.org: 'FreeSewing website'
freesewing.shared: 'Shared code and React components for different websites' freesewing.shared: 'Shared code and React components for different websites'
gatsby-remark-jargon: 'A gatsby-transformer-remark sub-plugin for jargon terms' gatsby-remark-jargon: 'A gatsby-transformer-remark sub-plugin for jargon terms'
hi: 'A FreeSewing pattern for a shark plush toy'
holmes: 'A FreeSewing pattern for a Sherlock Holmes hat' holmes: 'A FreeSewing pattern for a Sherlock Holmes hat'
hortensia: 'A FreeSewing pattern for a handbag' hortensia: 'A FreeSewing pattern for a handbag'
huey: 'A FreeSewing pattern for a zip-up hoodie' huey: 'A FreeSewing pattern for a zip-up hoodie'

View file

@ -99,6 +99,8 @@ packageJson:
private: true private: true
freesewing.org: freesewing.org:
private: true private: true
hi:
author: woutervdub (https://github.com/woutervdub)
holmes: holmes:
author: AlfaLyr (https://github.com/alfalyr) author: AlfaLyr (https://github.com/alfalyr)
i18n: i18n:

View file

@ -0,0 +1,14 @@
---
title: "Hi shark plush toy: Cutting Instructions"
---
- **Main fabric**
- Cut **2 Body (color 1)**
- Cut **1 Belly (color 2)**
- Cut **2 Tail (color 1)**
- Cut **1 Mouth (color 3)**
- Cut **2 Above Mouth (color 2)**
- Cut **2 Top Fin (color 1)**
- Cut **2 Bottom Fin (color 1)**
- Cut **1 Upper Teeth (fabric 2)**
- Cut **1 Lower Teeth (fabric 2)**

View file

@ -0,0 +1,5 @@
---
title: "Hi shark plush toy"
---
<PatternDocs pattern='hi' />

View file

@ -0,0 +1,19 @@
---
title: "Hi shark plush toy: Fabric Options"
---
This plush toy is intended to have two different coloured fabrics, one for
the upper body, and one for the belly. The mouth should probably have its
own colour fabric. Most plush toys have some sort of a faux fur fabric.
Fabrics with a two-way stretch work better than wovens. The stretch should
be perpendicular to the grainline.
## Teeth
The teeth have untreated ends, so should be made from a fabric that does
not unravel.
## Stuffing
Since this is a pluch toy, it wil need to be stuffed with material.

View file

@ -0,0 +1,5 @@
---
title: "Hi shark plush toy: Required Measurements"
---
<PatternMeasurements pattern='hi' />

View file

@ -0,0 +1,12 @@
---
title: "Hi shark plush toy: What You Need"
---
To make Hi, you will need the following:
- Basic sewing supplies
- About 1 meters of a suitable fabric in color 1 (body)
- About 0.5 meters of a suitable fabric in color 2 (belly)
- Small piece for the mouth
- Suitable, unraveling, fabric for the teeth
- Stuffing

View file

@ -0,0 +1,6 @@
---
title: "Aggressive"
---
Your Hi can come in the default sweet form, or in a more aggressive
version with more authentic teeth, and a mean look.

View file

@ -0,0 +1,5 @@
---
title: "Hi shark plush toy: Design Options"
---
<PatternOptions pattern='hi' />

View file

@ -0,0 +1,6 @@
---
title: "Hungry"
---
This setting determins how long it has been since your Hi has had
something to eat. More hungry results in a leaner shark.

View file

@ -0,0 +1,6 @@
---
title: "Pointiness of the nose"
---
The shark can be made with a more blunt, or sharper nose,
depending on your preference.

View file

@ -0,0 +1,6 @@
---
title: "Size"
---
Hi can be made in different sizes. The default is about a meter in length.
This is a percentage of this default length.

View file

@ -1,4 +1,4 @@
# Change log for: @freesewing/benjamin # Change log for: @freesewing/hi
## 2.20.0 (2022-01-24) ## 2.20.0 (2022-01-24)

View file

@ -1,13 +1,13 @@
![FreeSewing](https://static.freesewing.org/banner.png) ![FreeSewing](https://static.freesewing.org/banner.png)
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/benjamin" href="https://www.npmjs.com/package/@freesewing/hi"
title="@freesewing/benjamin on NPM" title="@freesewing/hi on NPM"
><img src="https://img.shields.io/npm/v/@freesewing/benjamin.svg" ><img src="https://img.shields.io/npm/v/@freesewing/hi.svg"
alt="@freesewing/benjamin on NPM"/> alt="@freesewing/hi on NPM"/>
</a><a </a><a
href="https://opensource.org/licenses/MIT" href="https://opensource.org/licenses/MIT"
title="License: MIT" title="License: MIT"
><img src="https://img.shields.io/npm/l/@freesewing/benjamin.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/hi.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </a><a
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256" href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
@ -15,10 +15,10 @@
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg" ><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
alt="Code quality on DeepScan"/> alt="Code quality on DeepScan"/>
</a><a </a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abenjamin" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahi"
title="Open issues tagged pkg:benjamin" title="Open issues tagged pkg:hi"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:benjamin.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:hi.svg?label=Issues"
alt="Open issues tagged pkg:benjamin"/> alt="Open issues tagged pkg:hi"/>
</a><a </a><a
href="#contributors-" href="#contributors-"
title="All Contributors" title="All Contributors"
@ -46,7 +46,7 @@
alt="Follow @freesewing_org on Twitter"/> alt="Follow @freesewing_org on Twitter"/>
</a></p> </a></p>
# @freesewing/benjamin # @freesewing/hi
A FreeSewing pattern for a bow tie A FreeSewing pattern for a bow tie
@ -57,7 +57,7 @@ A FreeSewing pattern for a bow tie
This repository is our *monorepo* This repository is our *monorepo*
holding [all our NPM packages](https://freesewing.dev/reference/packages/). holding [all our NPM packages](https://freesewing.dev/reference/packages/).
This folder holds: @freesewing/benjamin This folder holds: @freesewing/hi
## About FreeSewing 💀 ## About FreeSewing 💀