1
0
Fork 0
freesewing/markdown/dev/reference/api/en.md
2021-09-25 17:05:18 +02:00

1.5 KiB

title for icons about
Core API developers
javascript
terms
FreeSewing's core API reference documents all available methods and objects

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.