1
0
Fork 0
Fork of Freesewing's monorepo holding all our NPM packages, including our core library
Find a file
Joost De Cock 261da52c3b Integrated Penelope and Waralee patterns, plus 2.1 prep
Penelope and Waralee are two new patterns by @woutervdub
This integrates them in our monorepo, including the translations
in the i18n package and the package info in the pattern-info pattern

This commit also includes a minor tweak to our core package.
Previously, you had to instantiate a pattern to get its config,
but that is no longer the case. The default export (the constructor)
now has a config property you can access without instantiating the pattern.

All of these changes will trigger a new minor release when we merge them
into master. Specifically v2.1
2019-09-21 19:42:53 +02:00
.circleci 👷 Updated CicleCI config 2019-08-20 15:53:14 +02:00
.github Added Githhub funding config file 2019-06-12 11:46:59 +02:00
config Integrated Penelope and Waralee patterns, plus 2.1 prep 2019-09-21 19:42:53 +02:00
media 🚧 Added verdaccio as mock local registry 2019-04-20 15:36:31 +02:00
packages Integrated Penelope and Waralee patterns, plus 2.1 prep 2019-09-21 19:42:53 +02:00
scripts Merge pull request #107 from freesewing/waralee 2019-09-17 19:55:45 +02:00
.editorconfig 🚚 Bootstrapped monorepo with Lerna 2019-04-19 08:49:08 +02:00
.eslintignore 🔧 Centrally confifured package and rollup files 2019-04-19 17:31:44 +02:00
.gitignore Merge pull request #107 from freesewing/waralee 2019-09-17 19:55:45 +02:00
.npmrc 🔥 Cleanup and reduced log output 2019-04-20 19:50:37 +02:00
CHANGELOG.md 🔧 Reconfigure packages 2019-09-17 13:38:00 +02:00
crowdin.yml Update Crowdin configuration file 2019-04-24 14:37:12 +02:00
lerna.json 🔖 v2.0.3 2019-09-15 12:20:02 +02:00
LICENSE 🔧 Switched to centrally managed README files 2019-04-19 20:09:30 +02:00
package.json Merge pull request #87 from freesewing/dependabot/npm_and_yarn/eslint-6.3.0 2019-09-02 07:50:51 +02:00
README.md 🔖 FreeSewing v2.0.0 🎉 2019-08-25 17:25:16 +02:00
todo.md 🔧 Centrally confifured package and rollup files 2019-04-19 17:31:44 +02:00
yarn.lock Merge pull request #73 from freesewing/dependabot/npm_and_yarn/jest-24.9.0 2019-09-02 10:17:51 +02:00

Freesewing logo

FreeSewing
A JavaScript library for made-to-measure sewing patterns

@freesewing/core on NPM License: MIT DeepScan gradeOpen issues

Follow @freesewing_org on Twitter Chat with us on Gitter Become a FreeSewing Patron Follow @freesewing_org on Twitter

About freesewing

FreeSewing is on open source platform for made-to-measure sewing patterns.

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

Documentation

Please go to freesewing.dev for our developer documentation.