Skip to main content

hi

note

This design is part of the FreeSewing collection

Named exports

Constructor

To create a new hi Design, import the constructur as such:

import { Hi } from '@freesewing/hi'

Then you can instantiate it by passing a settings object:

const pattern = new Hi(settings)

Design config

You can access the design configuration without instantiating a design. It is available as the designConfig property of the design constructor:

import { Hi } from '@freesewing/hi'

// Access the design config from the constructor
const dConf = Hi.designConfig

Pattern config

You can access the pattern configuration without instantiating a design. It is available as the patternConfig property of the design constructor:

import { Hi } from '@freesewing/hi'

// Access the pattern config from the constructor
const pConf = Hi.patternConfig

Metadata

You can access the design's metadata through the about named export:

import { about } from '@freesewing/hi'

I18n

You can access the design's internationalization data through the i18n named export:

import { i18n } from '@freesewing/hi'

Parts

aboveMouth

The part itself

You can access this part as the aboveMouth named export:

import { aboveMouth } from '@freesewing/hi'

belly

The part itself

You can access this part as the belly named export:

import { belly } from '@freesewing/hi'

body

The part itself

You can access this part as the body named export:

import { body } from '@freesewing/hi'

bottomOfFin

The part itself

You can access this part as the bottomOfFin named export:

import { bottomOfFin } from '@freesewing/hi'

lowerTeeth

The part itself

You can access this part as the lowerTeeth named export:

import { lowerTeeth } from '@freesewing/hi'

mouth

The part itself

You can access this part as the mouth named export:

import { mouth } from '@freesewing/hi'

tail

The part itself

You can access this part as the tail named export:

import { tail } from '@freesewing/hi'

topOfFin

The part itself

You can access this part as the topOfFin named export:

import { topOfFin } from '@freesewing/hi'

upperTeeth

The part itself

You can access this part as the upperTeeth named export:

import { upperTeeth } from '@freesewing/hi'