76 lines
3.2 KiB
Markdown
76 lines
3.2 KiB
Markdown
<p align="center">
|
|
<a title="Visit freesewing.org" href="https://freesewing.org/">
|
|
<img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/>
|
|
</a>
|
|
</p>
|
|
<h4 align="center">
|
|
<a title="Go to freesewing.org" href="https://freesewing.org/">FreeSewing</a>
|
|
<br><sup>A JavaScript library for made-to-measure sewing patterns</sup>
|
|
</h4>
|
|
<p align='center'><a
|
|
href="https://www.npmjs.com/package/@freesewing/core"
|
|
title="@freesewing/core on NPM"
|
|
><img src="https://img.shields.io/npm/v/@freesewing/core.svg"
|
|
alt="@freesewing/core on NPM"/>
|
|
</a><a
|
|
href="https://opensource.org/licenses/MIT"
|
|
title="License: MIT"
|
|
><img src="https://img.shields.io/npm/l/@freesewing/core.svg?label=License"
|
|
alt="License: MIT"/>
|
|
</a><a
|
|
href="https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
|
|
title="Code quality on DeepScan"
|
|
><img src="https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
|
|
alt="DeepScan grade"
|
|
></a><a
|
|
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen"
|
|
title="Open issues tagged pkg:aaron"
|
|
><img src="https://img.shields.io/github/issues/freesewing/freesewing.svg?label=Issues"
|
|
alt="Open issues"/>
|
|
</a></p><p align='center'><a
|
|
href="https://twitter.com/freesewing_org"
|
|
title="Follow @freesewing_org on Twitter"
|
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-blue.svg?logo=twitter&logoColor=white&logoWidth=15"
|
|
alt="Follow @freesewing_org on Twitter"/>
|
|
</a><a
|
|
href="https://gitter.im/freesewing/chat"
|
|
title="Chat with us on Gitter"
|
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Chat%20with%20us-CA0547.svg?logo=gitter&logoColor=white&logoWidth=15"
|
|
alt="Chat with us on Gitter"/>
|
|
</a><a
|
|
href="https://freesewing.org/patrons/join"
|
|
title="Become a FreeSewing Patron"
|
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Support%20us-blueviolet.svg?logo=cash-app&logoColor=white&logoWidth=15"
|
|
alt="Become a FreeSewing Patron"/>
|
|
</a><a
|
|
href="https://instagram.com/freesewing_org"
|
|
title="Follow @freesewing_org on Twitter"
|
|
><img src="https://img.shields.io/badge/%F3%A0%80%A0-Follow%20us-E4405F.svg?logo=instagram&logoColor=white&logoWidth=15"
|
|
alt="Follow @freesewing_org on Twitter"/>
|
|
</a></p>
|
|
|
|
## About freesewing
|
|
|
|
FreeSewing is on open source platform for made-to-measure sewing patterns.
|
|
|
|
## Links
|
|
|
|
- 💻 Website: [freesewing.org](https://freesewing.org)
|
|
- 💬 Chat: [Gitter](https://gitter.im/freesewing/freesewing)
|
|
- 🐦 Twitter: [@freesewing_org](https://twitter.com/freesewing_org)
|
|
- 📷 Instagram: [@freesewing_org](https://instagram.com/freesewing_org)
|
|
|
|
## Features
|
|
|
|
- Parametric design of sewing patterns
|
|
- Modular design with support for [plugins](https://github.com/freesewing/plugins)
|
|
- Auto-layout of pattern parts
|
|
- Auto-offset of paths for seam allowance
|
|
- Support for paperless patterns (with [our theme plugin](https://github.com/freesewing/plugin-theme))
|
|
- Sampling of options, a single measurement, or across models
|
|
- Renders to SVG
|
|
- Run in the browser as well as on the server with Node.js
|
|
|
|
## Documentation
|
|
|
|
Please go to [freesewing.dev](https://freesewing.dev) for our developer documentation.
|