1
0
Fork 0

✏️ Tweaks to the READMEs

This commit is contained in:
Joost De Cock 2019-05-10 15:17:31 +02:00
parent 1441cf39df
commit 576683bf33
51 changed files with 545 additions and 100 deletions

View file

@ -9,7 +9,7 @@
</a> </a>
</p> </p>
<h4 align="center"> <h4 align="center">
<a title="Go to freesewing.org" href="https://freesewing.org/">FreeSewing</a> <a title="Go to freesewing.org" href="https://freesewing.org/">FreeSewing v2</a>
<br><sup>A JavaScript library for made-to-measure sewing patterns</sup> <br><sup>A JavaScript library for made-to-measure sewing patterns</sup>
</h4> </h4>
<p align='center'><a <p align='center'><a
@ -22,7 +22,12 @@
title="License: MIT" title="License: MIT"
><img src="https://img.shields.io/npm/l/@freesewing/core.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/core.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen"
title="Open issues tagged pkg:aaron" title="Open issues tagged pkg:aaron"
><img src="https://img.shields.io/github/issues/freesewing/freesewing.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing.svg?label=Issues"

View file

@ -7,6 +7,10 @@ _all:
link: "https://opensource.org/licenses/MIT" link: "https://opensource.org/licenses/MIT"
img: "https://img.shields.io/npm/l/{{{fullname}}}.svg?label=License" img: "https://img.shields.io/npm/l/{{{fullname}}}.svg?label=License"
alt: "License: MIT" alt: "License: MIT"
deepscan:
link: "https://deepscan.io/dashboard#view=project&tid=2114&pid=2993&bid=23256"
img: "https://deepscan.io/api/teams/2114/projects/2993/branches/23256/badge/grade.svg"
alt: "Code quality on DeepScan"
issues: issues:
link: "https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3A{{name}}" link: "https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3A{{name}}"
img: "https://img.shields.io/github/issues/freesewing/freesewing/pkg:{{name}}.svg?label=Issues" img: "https://img.shields.io/github/issues/freesewing/freesewing/pkg:{{name}}.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
{{{badges}}} {{{badges}}}
# {{{fullname}}} # {{{fullname}}}

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/aaron" href="https://www.npmjs.com/package/@freesewing/aaron"
title="@freesewing/aaron on NPM" title="@freesewing/aaron on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/aaron.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/aaron.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aaaron" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aaaron"
title="Open issues tagged pkg:aaron" title="Open issues tagged pkg:aaron"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:aaron.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:aaron.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bent" href="https://www.npmjs.com/package/@freesewing/bent"
title="@freesewing/bent on NPM" title="@freesewing/bent on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/bent.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/bent.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abent" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abent"
title="Open issues tagged pkg:bent" title="Open issues tagged pkg:bent"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:bent.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:bent.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/brian" href="https://www.npmjs.com/package/@freesewing/brian"
title="@freesewing/brian on NPM" title="@freesewing/brian on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/brian.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/brian.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abrian" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abrian"
title="Open issues tagged pkg:brian" title="Open issues tagged pkg:brian"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:brian.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:brian.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/bruce" href="https://www.npmjs.com/package/@freesewing/bruce"
title="@freesewing/bruce on NPM" title="@freesewing/bruce on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/bruce.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/bruce.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abruce" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Abruce"
title="Open issues tagged pkg:bruce" title="Open issues tagged pkg:bruce"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:bruce.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:bruce.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/carlita" href="https://www.npmjs.com/package/@freesewing/carlita"
title="@freesewing/carlita on NPM" title="@freesewing/carlita on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/carlita.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/carlita.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acarlita" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acarlita"
title="Open issues tagged pkg:carlita" title="Open issues tagged pkg:carlita"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:carlita.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:carlita.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/carlton" href="https://www.npmjs.com/package/@freesewing/carlton"
title="@freesewing/carlton on NPM" title="@freesewing/carlton on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/carlton.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/carlton.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acarlton" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acarlton"
title="Open issues tagged pkg:carlton" title="Open issues tagged pkg:carlton"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:carlton.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:carlton.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/cathrin" href="https://www.npmjs.com/package/@freesewing/cathrin"
title="@freesewing/cathrin on NPM" title="@freesewing/cathrin on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/cathrin.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/cathrin.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acathrin" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acathrin"
title="Open issues tagged pkg:cathrin" title="Open issues tagged pkg:cathrin"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:cathrin.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:cathrin.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/components" href="https://www.npmjs.com/package/@freesewing/components"
title="@freesewing/components on NPM" title="@freesewing/components on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/components.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/components.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acomponents" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acomponents"
title="Open issues tagged pkg:components" title="Open issues tagged pkg:components"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:components.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:components.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/core" href="https://www.npmjs.com/package/@freesewing/core"
title="@freesewing/core on NPM" title="@freesewing/core on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/core.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/core.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acore" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acore"
title="Open issues tagged pkg:core" title="Open issues tagged pkg:core"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:core.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:core.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/create-freesewing-pattern" href="https://www.npmjs.com/package/create-freesewing-pattern"
title="create-freesewing-pattern on NPM" title="create-freesewing-pattern on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/create-freesewing-pattern.svg?label=License" ><img src="https://img.shields.io/npm/l/create-freesewing-pattern.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acreate-freesewing-pattern" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acreate-freesewing-pattern"
title="Open issues tagged pkg:create-freesewing-pattern" title="Open issues tagged pkg:create-freesewing-pattern"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:create-freesewing-pattern.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:create-freesewing-pattern.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/css-theme" href="https://www.npmjs.com/package/@freesewing/css-theme"
title="@freesewing/css-theme on NPM" title="@freesewing/css-theme on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/css-theme.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/css-theme.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acss-theme" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Acss-theme"
title="Open issues tagged pkg:css-theme" title="Open issues tagged pkg:css-theme"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:css-theme.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:css-theme.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/examples" href="https://www.npmjs.com/package/@freesewing/examples"
title="@freesewing/examples on NPM" title="@freesewing/examples on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/examples.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/examples.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aexamples" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aexamples"
title="Open issues tagged pkg:examples" title="Open issues tagged pkg:examples"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:examples.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:examples.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/florent" href="https://www.npmjs.com/package/@freesewing/florent"
title="@freesewing/florent on NPM" title="@freesewing/florent on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/florent.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/florent.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aflorent" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aflorent"
title="Open issues tagged pkg:florent" title="Open issues tagged pkg:florent"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:florent.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:florent.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/huey" href="https://www.npmjs.com/package/@freesewing/huey"
title="@freesewing/huey on NPM" title="@freesewing/huey on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/huey.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/huey.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahuey" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahuey"
title="Open issues tagged pkg:huey" title="Open issues tagged pkg:huey"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:huey.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:huey.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/hugo" href="https://www.npmjs.com/package/@freesewing/hugo"
title="@freesewing/hugo on NPM" title="@freesewing/hugo on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/hugo.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/hugo.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahugo" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ahugo"
title="Open issues tagged pkg:hugo" title="Open issues tagged pkg:hugo"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:hugo.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:hugo.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/i18n" href="https://www.npmjs.com/package/@freesewing/i18n"
title="@freesewing/i18n on NPM" title="@freesewing/i18n on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/i18n.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/i18n.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ai18n" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ai18n"
title="Open issues tagged pkg:i18n" title="Open issues tagged pkg:i18n"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:i18n.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:i18n.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/jaeger" href="https://www.npmjs.com/package/@freesewing/jaeger"
title="@freesewing/jaeger on NPM" title="@freesewing/jaeger on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/jaeger.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/jaeger.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ajaeger" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ajaeger"
title="Open issues tagged pkg:jaeger" title="Open issues tagged pkg:jaeger"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:jaeger.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:jaeger.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/models" href="https://www.npmjs.com/package/@freesewing/models"
title="@freesewing/models on NPM" title="@freesewing/models on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/models.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/models.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Amodels" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Amodels"
title="Open issues tagged pkg:models" title="Open issues tagged pkg:models"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:models.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:models.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/mui-theme" href="https://www.npmjs.com/package/@freesewing/mui-theme"
title="@freesewing/mui-theme on NPM" title="@freesewing/mui-theme on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/mui-theme.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/mui-theme.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Amui-theme" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Amui-theme"
title="Open issues tagged pkg:mui-theme" title="Open issues tagged pkg:mui-theme"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:mui-theme.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:mui-theme.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/pattern-info" href="https://www.npmjs.com/package/@freesewing/pattern-info"
title="@freesewing/pattern-info on NPM" title="@freesewing/pattern-info on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/pattern-info.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/pattern-info.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Apattern-info" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Apattern-info"
title="Open issues tagged pkg:pattern-info" title="Open issues tagged pkg:pattern-info"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:pattern-info.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:pattern-info.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/patterns" href="https://www.npmjs.com/package/@freesewing/patterns"
title="@freesewing/patterns on NPM" title="@freesewing/patterns on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/patterns.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/patterns.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Apatterns" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Apatterns"
title="Open issues tagged pkg:patterns" title="Open issues tagged pkg:patterns"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:patterns.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:patterns.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-banner" href="https://www.npmjs.com/package/@freesewing/plugin-banner"
title="@freesewing/plugin-banner on NPM" title="@freesewing/plugin-banner on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-banner.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-banner.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-banner" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-banner"
title="Open issues tagged pkg:plugin-banner" title="Open issues tagged pkg:plugin-banner"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-banner.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-banner.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-bundle" href="https://www.npmjs.com/package/@freesewing/plugin-bundle"
title="@freesewing/plugin-bundle on NPM" title="@freesewing/plugin-bundle on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-bundle.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-bundle.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-bundle" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-bundle"
title="Open issues tagged pkg:plugin-bundle" title="Open issues tagged pkg:plugin-bundle"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-bundle.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-bundle.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-bust" href="https://www.npmjs.com/package/@freesewing/plugin-bust"
title="@freesewing/plugin-bust on NPM" title="@freesewing/plugin-bust on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-bust.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-bust.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-bust" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-bust"
title="Open issues tagged pkg:plugin-bust" title="Open issues tagged pkg:plugin-bust"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-bust.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-bust.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-buttons" href="https://www.npmjs.com/package/@freesewing/plugin-buttons"
title="@freesewing/plugin-buttons on NPM" title="@freesewing/plugin-buttons on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-buttons.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-buttons.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-buttons" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-buttons"
title="Open issues tagged pkg:plugin-buttons" title="Open issues tagged pkg:plugin-buttons"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-buttons.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-buttons.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-cutonfold" href="https://www.npmjs.com/package/@freesewing/plugin-cutonfold"
title="@freesewing/plugin-cutonfold on NPM" title="@freesewing/plugin-cutonfold on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-cutonfold.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-cutonfold.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-cutonfold" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-cutonfold"
title="Open issues tagged pkg:plugin-cutonfold" title="Open issues tagged pkg:plugin-cutonfold"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-cutonfold.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-cutonfold.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-debug" href="https://www.npmjs.com/package/@freesewing/plugin-debug"
title="@freesewing/plugin-debug on NPM" title="@freesewing/plugin-debug on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-debug.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-debug.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-debug" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-debug"
title="Open issues tagged pkg:plugin-debug" title="Open issues tagged pkg:plugin-debug"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-debug.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-debug.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-designer" href="https://www.npmjs.com/package/@freesewing/plugin-designer"
title="@freesewing/plugin-designer on NPM" title="@freesewing/plugin-designer on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-designer.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-designer.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-designer" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-designer"
title="Open issues tagged pkg:plugin-designer" title="Open issues tagged pkg:plugin-designer"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-designer.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-designer.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-dimension" href="https://www.npmjs.com/package/@freesewing/plugin-dimension"
title="@freesewing/plugin-dimension on NPM" title="@freesewing/plugin-dimension on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-dimension.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-dimension.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-dimension" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-dimension"
title="Open issues tagged pkg:plugin-dimension" title="Open issues tagged pkg:plugin-dimension"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-dimension.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-dimension.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-flip" href="https://www.npmjs.com/package/@freesewing/plugin-flip"
title="@freesewing/plugin-flip on NPM" title="@freesewing/plugin-flip on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-flip.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-flip.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-flip" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-flip"
title="Open issues tagged pkg:plugin-flip" title="Open issues tagged pkg:plugin-flip"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-flip.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-flip.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-grainline" href="https://www.npmjs.com/package/@freesewing/plugin-grainline"
title="@freesewing/plugin-grainline on NPM" title="@freesewing/plugin-grainline on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-grainline.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-grainline.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-grainline" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-grainline"
title="Open issues tagged pkg:plugin-grainline" title="Open issues tagged pkg:plugin-grainline"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-grainline.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-grainline.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-i18n" href="https://www.npmjs.com/package/@freesewing/plugin-i18n"
title="@freesewing/plugin-i18n on NPM" title="@freesewing/plugin-i18n on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-i18n.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-i18n.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-i18n" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-i18n"
title="Open issues tagged pkg:plugin-i18n" title="Open issues tagged pkg:plugin-i18n"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-i18n.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-i18n.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-logo" href="https://www.npmjs.com/package/@freesewing/plugin-logo"
title="@freesewing/plugin-logo on NPM" title="@freesewing/plugin-logo on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-logo.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-logo.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-logo" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-logo"
title="Open issues tagged pkg:plugin-logo" title="Open issues tagged pkg:plugin-logo"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-logo.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-logo.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-round" href="https://www.npmjs.com/package/@freesewing/plugin-round"
title="@freesewing/plugin-round on NPM" title="@freesewing/plugin-round on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-round.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-round.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-round" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-round"
title="Open issues tagged pkg:plugin-round" title="Open issues tagged pkg:plugin-round"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-round.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-round.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-scalebox" href="https://www.npmjs.com/package/@freesewing/plugin-scalebox"
title="@freesewing/plugin-scalebox on NPM" title="@freesewing/plugin-scalebox on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-scalebox.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-scalebox.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-scalebox" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-scalebox"
title="Open issues tagged pkg:plugin-scalebox" title="Open issues tagged pkg:plugin-scalebox"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-scalebox.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-scalebox.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-sprinkle" href="https://www.npmjs.com/package/@freesewing/plugin-sprinkle"
title="@freesewing/plugin-sprinkle on NPM" title="@freesewing/plugin-sprinkle on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-sprinkle.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-sprinkle.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-sprinkle" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-sprinkle"
title="Open issues tagged pkg:plugin-sprinkle" title="Open issues tagged pkg:plugin-sprinkle"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-sprinkle.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-sprinkle.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-svgattr" href="https://www.npmjs.com/package/@freesewing/plugin-svgattr"
title="@freesewing/plugin-svgattr on NPM" title="@freesewing/plugin-svgattr on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-svgattr.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-svgattr.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-svgattr" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-svgattr"
title="Open issues tagged pkg:plugin-svgattr" title="Open issues tagged pkg:plugin-svgattr"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-svgattr.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-svgattr.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-theme" href="https://www.npmjs.com/package/@freesewing/plugin-theme"
title="@freesewing/plugin-theme on NPM" title="@freesewing/plugin-theme on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-theme.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-theme.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-theme" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-theme"
title="Open issues tagged pkg:plugin-theme" title="Open issues tagged pkg:plugin-theme"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-theme.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-theme.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-title" href="https://www.npmjs.com/package/@freesewing/plugin-title"
title="@freesewing/plugin-title on NPM" title="@freesewing/plugin-title on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-title.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-title.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-title" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-title"
title="Open issues tagged pkg:plugin-title" title="Open issues tagged pkg:plugin-title"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-title.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-title.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/plugin-validate" href="https://www.npmjs.com/package/@freesewing/plugin-validate"
title="@freesewing/plugin-validate on NPM" title="@freesewing/plugin-validate on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/plugin-validate.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/plugin-validate.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-validate" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Aplugin-validate"
title="Open issues tagged pkg:plugin-validate" title="Open issues tagged pkg:plugin-validate"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-validate.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:plugin-validate.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/rendertest" href="https://www.npmjs.com/package/@freesewing/rendertest"
title="@freesewing/rendertest on NPM" title="@freesewing/rendertest on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/rendertest.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/rendertest.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Arendertest" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Arendertest"
title="Open issues tagged pkg:rendertest" title="Open issues tagged pkg:rendertest"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:rendertest.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:rendertest.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/shin" href="https://www.npmjs.com/package/@freesewing/shin"
title="@freesewing/shin on NPM" title="@freesewing/shin on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/shin.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/shin.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ashin" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Ashin"
title="Open issues tagged pkg:shin" title="Open issues tagged pkg:shin"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:shin.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:shin.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/simon" href="https://www.npmjs.com/package/@freesewing/simon"
title="@freesewing/simon on NPM" title="@freesewing/simon on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/simon.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/simon.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Asimon" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Asimon"
title="Open issues tagged pkg:simon" title="Open issues tagged pkg:simon"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:simon.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:simon.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/sven" href="https://www.npmjs.com/package/@freesewing/sven"
title="@freesewing/sven on NPM" title="@freesewing/sven on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/sven.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/sven.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Asven" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Asven"
title="Open issues tagged pkg:sven" title="Open issues tagged pkg:sven"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:sven.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:sven.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/tamiko" href="https://www.npmjs.com/package/@freesewing/tamiko"
title="@freesewing/tamiko on NPM" title="@freesewing/tamiko on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/tamiko.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/tamiko.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Atamiko" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Atamiko"
title="Open issues tagged pkg:tamiko" title="Open issues tagged pkg:tamiko"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:tamiko.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:tamiko.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/trayvon" href="https://www.npmjs.com/package/@freesewing/trayvon"
title="@freesewing/trayvon on NPM" title="@freesewing/trayvon on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/trayvon.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/trayvon.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Atrayvon" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Atrayvon"
title="Open issues tagged pkg:trayvon" title="Open issues tagged pkg:trayvon"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:trayvon.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:trayvon.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/utils" href="https://www.npmjs.com/package/@freesewing/utils"
title="@freesewing/utils on NPM" title="@freesewing/utils on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/utils.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/utils.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Autils" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Autils"
title="Open issues tagged pkg:utils" title="Open issues tagged pkg:utils"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:utils.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:utils.svg?label=Issues"

View file

@ -3,8 +3,12 @@
> >
> For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/). > For all questions, please come say hello in [our chatroom on Gitter](https://gitter.im/).
<p align="center"><a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a></p> <p align="center">
<p align="center">FreeSewing is a JavaScript library for made-to-measure sewing patterns</p> <a title="Go to freesewing.org" href="https://freesewing.org/"><img src="https://freesewing.org/img/logo/black.svg" align="center" width="150px" alt="Freesewing logo"/></a>
<br>
<a href="https://freesewing.org/">FreeSewing v2</a>
</p>
<p align="center">A JavaScript library for made-to-measure sewing patterns</p>
<p align='center'><a <p align='center'><a
href="https://www.npmjs.com/package/@freesewing/wahid" href="https://www.npmjs.com/package/@freesewing/wahid"
title="@freesewing/wahid on NPM" title="@freesewing/wahid on NPM"
@ -16,6 +20,11 @@
><img src="https://img.shields.io/npm/l/@freesewing/wahid.svg?label=License" ><img src="https://img.shields.io/npm/l/@freesewing/wahid.svg?label=License"
alt="License: MIT"/> alt="License: MIT"/>
</a><a </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="Code quality on DeepScan"/>
</a><a
href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Awahid" href="https://github.com/freesewing/freesewing/issues?q=is%3Aissue+is%3Aopen+label%3Apkg%3Awahid"
title="Open issues tagged pkg:wahid" title="Open issues tagged pkg:wahid"
><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:wahid.svg?label=Issues" ><img src="https://img.shields.io/github/issues/freesewing/freesewing/pkg:wahid.svg?label=Issues"