1
0
Fork 0
freesewing/markdown/dev/reference/api/en.md
2021-12-27 17:33:49 +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.