1
0
Fork 0
Fork of Freesewing's monorepo holding all our NPM packages, including our core library
Find a file
Joost De Cock 40b1d9c321 🚧 More unit tests
2019-02-16 09:27:38 +01:00
src 🚧 Removed create method 2019-02-16 08:41:56 +01:00
tests 🚧 More unit tests 2019-02-16 09:27:38 +01:00
.editorconfig Exporting work from bea 2018-07-10 12:20:53 +00:00
.eslintrc.js 🐛 Fixed issue where plugins were kept around across instantiated patterns 2019-01-27 17:27:20 +01:00
.gitignore 🔧 Specified different build for tests (with sourcemaps) 2018-08-15 18:49:55 +02:00
.npmignore :contruction: Porting TS to JS 2018-07-23 11:12:06 +00:00
.travis.yml 👷 Updated Travis build command 2018-08-16 12:16:05 +02:00
LICENSE Initial commit 2018-07-06 16:38:43 +02:00
package-lock.json 🔖 v0.30.1 2019-02-16 08:42:01 +01:00
package.json 🔖 v0.30.1 2019-02-16 08:42:01 +01:00
README.md ✏️ Added link to demo in README 2019-01-26 13:17:14 +01:00
rollup.js 🚧 Updated dependencies, added Design 2019-02-16 07:33:36 +01:00

Freesewing logo

 freesewing
a library for made-to-measure sewing patterns

Travis build Version License Code coverage DeepScan grade Chat on Gitter Become a Patron

freesewing

Freesewing is an open source platform for made-to-measure sewing patterns.

Try the online demo to get it.

Features

  • Parametric design of sewing patterns
  • Modular design with support for plugins
  • Auto-layout of pattern parts
  • Auto-offset of paths for seam allowance
  • Support for paperless patterns (with our theme plugin)
  • 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 in JavaScript.

It is an ongoing project, and not ready for prime-time yet. Watch this space.