2019-05-10 15:08:07 +02:00
|
|
|
> **Note**: This is part of version 2 of FreeSewing.
|
|
|
|
> It is a work in progress, and not ready for prime-time yet
|
|
|
|
>
|
|
|
|
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
|
|
|
|
|
2019-04-19 08:49:08 +02:00
|
|
|
<p align="center">
|
2019-04-19 17:51:00 +02:00
|
|
|
<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>
|
2019-04-19 08:49:08 +02:00
|
|
|
</p>
|
|
|
|
<h4 align="center">
|
2019-05-10 15:08:07 +02:00
|
|
|
<a title="Go to freesewing.org" href="https://freesewing.org/">FreeSewing</a>
|
|
|
|
<br><sup>A JavaScript library for made-to-measure sewing patterns</sup>
|
2019-04-19 08:49:08 +02:00
|
|
|
</h4>
|
2019-05-10 15:08:07 +02:00
|
|
|
<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://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/freesewing"
|
|
|
|
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>
|
2019-04-19 08:49:08 +02:00
|
|
|
|
2019-04-19 17:51:00 +02:00
|
|
|
## About freesewing
|
2019-04-19 08:49:08 +02:00
|
|
|
|
2019-05-10 15:08:07 +02:00
|
|
|
FreeSewing is JavaScript library for made-to-measure sewing patterns.
|
2019-04-19 08:49:08 +02:00
|
|
|
|
|
|
|
Try [the online demo](https://beta.freesewing.org/en/demo/) to *get it*.
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
|
|
This repository is a rewrite of [freesewing/core](https://github.com/freesewing/core) in JavaScript.
|
|
|
|
|
|
|
|
It is an ongoing project, and not ready for prime-time yet. Watch this space.
|