1
0
Fork 0
freesewing/packages/models
Joost De Cock 01f1dbee4e 0.2.0
2019-04-19 08:15:26 +02:00
..
dist construction: Switched to JS from typescript 2019-04-19 08:15:26 +02:00
src construction: Switched to JS from typescript 2019-04-19 08:15:26 +02:00
.editorconfig 🎉 Initial commit 2019-04-19 08:15:26 +02:00
.gitignore Initial commit 2019-04-19 08:15:26 +02:00
.npmignore construction: Switched to JS from typescript 2019-04-19 08:15:26 +02:00
index.js ♻️ Refactor: Switched to TypeScript for module 2019-04-19 08:15:26 +02:00
LICENSE Initial commit 2019-04-19 08:15:26 +02:00
package-lock.json 0.2.0 2019-04-19 08:15:26 +02:00
package.json 0.2.0 2019-04-19 08:15:26 +02:00
README.md 📝 Doc: Updated README 2019-04-19 08:15:26 +02:00
webpack.config.js construction: Switched to JS from typescript 2019-04-19 08:15:26 +02:00

Models

A set of body measurement data for a range of standard models/sizes.

This is used in freesewing for comparing made-to-measure sewing patterns to a range of standard sizes.

Install

npm install --save @freesewing/models

Usage

import { manSize38 } from @freesewing/models

which will give you an object with measurement: value pairs. The example above gives you:

{
  bicepsCircumference:   305,
  centerBackNeckToWaist: 495,
  chestCircumference:    965,
  hipsCircumference:     838,
  naturalWaistToHip:     110,
  neckCircumference:     391,
  shoulderSlope:          49,
  shoulderToShoulder:    444,
  shoulderToWrist:       680,
  wristCircumference:    185
}

Units

All measurements are in mm.

Available models

  • manSize34
  • manSize36
  • manSize40
  • manSize42
  • manSize44