1
0
Fork 0
Commit graph

9 commits

Author SHA1 Message Date
dependabot[bot]
58fa24416c
Bump nanoid from 3.1.25 to 3.3.1 in /packages/lunetius/example
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.3.1)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-18 15:28:13 +00:00
Nick Dower
deb2b86529 Update prismjs to 1.25.0 2022-03-03 05:45:07 +01:00
dependabot[bot]
da1fabf416
Bump url-parse from 1.5.3 to 1.5.10 in /packages/lunetius/example
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-03 04:09:34 +00:00
Joost De Cock
c7905690a0 chore: Downgrade to react-scripts 4 2022-01-28 20:22:52 +01:00
Joost De Cock
9fcd2feb8a chore: Upgrade dev environments react-script 2022-01-28 17:46:43 +01:00
Joost De Cock
0353a936cd fix(lunetius): Removed unused code + some tweaks
This design was contributed by @starfetch (thanks for that) and while
integrating it into our monorepo, I noticed some small issues:

 - Both the `headRatio` and `headRatio` options serve no purpose
 - Under certain conditions (length set to upperleg and small
   lengthBonus) the side of the garment would become longer than the
   total length
 - The seam was not one continious path
 - Example files were left over from the tutorial

I've fixed those, and in addition made the following changes:

 - Renamed `lengthBonus` to `lengthRatio` because bonus implies
   adding, whereas this option actually allows more removing than
   adding. I think `length` would be better here, but that was already
   taken, so ratio it is
 - Renamed `widthBonus` to `widthRatio` because consistency
 - Removed unused keys in the config file
 - Store intermediate values in the store so they are available to
   developers looking to extend this design
 - Smoothed out the curved hem
 - Avoid a flurry of if statements when a single assignment will does
   the trick
2021-10-09 18:41:37 +02:00
joostdecock
4e12413340 chore: Updated descriptions 2021-10-08 17:36:55 +02:00
starfetch
3968069a20 feat: deploy on Netlify 2021-10-08 17:23:21 +02:00
starfetch
02d281eef0 initial commit 2021-10-08 17:23:21 +02:00