pattapatta 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 170d279: Docs polish: Shiki syntax highlighting (Catppuccin), slate theme, sidebar logo, sponsor badge layout, and remove the sidebar collapse control.
8
+
3
9
  ## 0.4.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -1,9 +1,14 @@
1
1
  # pattapatta
2
2
 
3
+ [![Sponsor](https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/MadOrkestra)
4
+ [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buymeacoffee&logoColor=black)](https://www.buymeacoffee.com/madorkestra)
5
+
3
6
  Pen-plotter geometry library (inspired by [PGS](https://github.com/micycle1/PGS)): hatching, circle packing, triangulation / meshing, boolean path ops, Voronoi, tilings, and SVG I/O for Node and the browser.
4
7
 
5
8
  **Stroke marks only** — solid area fills are not the goal.
6
9
 
10
+ > **Status:** Built entirely with AI as an experiment. **Not meant for public / production use yet.** Feedback welcome via [GitHub issues](https://github.com/MadOrkestra/pattapatta/issues) on the [repository](https://github.com/MadOrkestra/pattapatta).
11
+
7
12
  [![npm](https://img.shields.io/npm/v/pattapatta.svg)](https://www.npmjs.com/package/pattapatta)
8
13
 
9
14
  ## Install
@@ -61,3 +66,5 @@ pnpm docs:examples # regenerate SVG figures
61
66
  ## License
62
67
 
63
68
  MIT — clean-room implementation (not a GPL line-port of PGS). See `docs/decisions/`.
69
+
70
+ Source: [github.com/MadOrkestra/pattapatta](https://github.com/MadOrkestra/pattapatta) · [Issues](https://github.com/MadOrkestra/pattapatta/issues) · [Sponsor](https://github.com/sponsors/MadOrkestra) · [Buy Me a Coffee](https://www.buymeacoffee.com/madorkestra)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pattapatta",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Pen-plotter geometry library (PGS-inspired): hatching, packing, boolean paths for SVG",
5
5
  "type": "module",
6
6
  "sideEffects": false,