1
0
Fork 0
freesewing/markdown/dev/reference/api/en.md
Joost De Cock 249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00

1.3 KiB

title
@freesewing/core API

This is the documentation for FreeSewing's core library, published as @freesewing/core on NPM. It's a complete toolbox for parametric design with a primary focus on sewing patterns, but can be utilized for a variety of similar 2D design tasks.

Getting started

To get started, import the library:

import freesewing from '@freesewing/core'

This is the reference documentation. For a more hands-on walkthrough, please refer to our pattern design tutorial

Properties

The @freesewing/core default export is a single object with the following properties:

You will typically use the Design() constructor.
The other constructors and utilities below are exported to facilitate unit testing.