archiyou 0.7.0 → 0.7.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.
Files changed (2) hide show
  1. package/README.md +16 -16
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
- # Archiyou
1
+ # archiyou
2
2
 
3
- ![Archiyou](assets/archiyou_logo_header_white_bg.png)
3
+ ![Archiyou](https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/archiyou_logo_header.png#gh-light-mode-only)
4
+ ![Archiyou](https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/archiyou_logo_header_white_bg.png#gh-dark-mode-only)
4
5
 
5
6
  Archiyou is an online platform and Typescript/Javascript library to codify design and building know-how and publish it online.
6
7
  Use our editor and community platform for free at [Archiyou.com](https://archiyou.com).
7
8
 
8
- [![License](https://img.shields.io/github/license/ArchiyouApp/archiyou-core)](https://github.com/ArchiyouApp/archiyou-core/blob/main/LICENSE) [![build and test](https://github.com/ArchiyouApp/archiyou-core/actions/workflows/build.yml/badge.svg)](https://github.com/ArchiyouApp/archiyou-core/actions/workflows/build.yml) [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.archiyou.com)
9
+ [![License](https://img.shields.io/github/license/ArchiyouApp/archiyou-core)](https://github.com/ArchiyouApp/archiyou-core/blob/main/LICENSE) [![build and test](https://github.com/ArchiyouApp/archiyou-core/actions/workflows/build.yml/badge.svg)](https://github.com/ArchiyouApp/archiyou-core/actions/workflows/build.yml) [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.archiyou.com) [![npm version](https://img.shields.io/npm/v/archiyou.svg)](https://www.npmjs.com/package/archiyou)
9
10
 
10
11
  ## Example
11
12
 
@@ -35,7 +36,7 @@ top.fillet(1,'Face||top'); // finish table top
35
36
 
36
37
  ```
37
38
 
38
- ## Core Library Features
39
+ ## Library Features
39
40
 
40
41
  * Minimal object-orientated API that feels like describing your shape.
41
42
  * A lot of modeling techniques with our BREP and mesh kernel: CSG, 2D Sketch, surface modeling
@@ -94,7 +95,7 @@ const myDoc = new Doc() // Doc module
94
95
 
95
96
  await myDoc.save('myboxdoc.pdf');
96
97
  ```
97
- <img src="assets/archiyou_start_example.png">
98
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/archiyou_start_example.png">
98
99
 
99
100
  ## Development: Starter templates
100
101
 
@@ -150,43 +151,43 @@ Archiyou is focused on physical things to build - like furniture and constructio
150
151
  <tr>
151
152
  <td>
152
153
  <a href="https://editor.archiyou.com/_/mark/scripts/Mascotte:0.5">
153
- <img src="/assets/ay_example_mascotte.png" width="24%">
154
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_mascotte.png">
154
155
  </a>
155
156
  </td>
156
157
  <td>
157
158
  <a href="https://editor.archiyou.com/_/mark/scripts/Bracket:0.1">
158
- <img src="/assets/ay_example_bracket.png" width="24%">
159
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_bracket.png">
159
160
  </a>
160
161
  </td>
161
162
  <td>
162
163
  <a href="https://editor.archiyou.com/_/archiyou/scripts/Boat:0.6">
163
- <img src="/assets/ay_example_boat.png" width="24%">
164
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_boat.png">
164
165
  </a>
165
166
  </td>
166
167
  <td>
167
168
  <a href="https://editor.archiyou.com/_/archiyou/scripts/BooleanBlob:0.1">
168
- <img src="/assets/ay_example_booleanblob.png" width="24%">
169
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_booleanblob.png">
169
170
  </a>
170
171
  </td>
171
172
  </tr>
172
173
  <tr>
173
174
  <td>
174
175
  <a href="https://editor.archiyou.com/_/archiyou/scripts/KeyChain:0.6">
175
- <img src="/assets/ay_example_keychain.png" width="24%">
176
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_keychain.png">
176
177
  </a>
177
178
  </td>
178
179
  <td>
179
180
  <a href="https://editor.archiyou.com/_/archiyou/scripts/GardenChair:0.5.0">
180
- <img src="/assets/ay_example_gardenchair.png" width="24%">
181
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_gardenchair.png">
181
182
  </td>
182
183
  <td>
183
184
  <a href="https://editor.archiyou.com/_/archiyou/scripts/UrBent:0.1">
184
- <img src="/assets/ay_example_bent.png" width="24%">
185
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_bent.png">
185
186
  </a>
186
187
  </td>
187
188
  <td>
188
189
  <a href="https://editor.archiyou.com/_/archiyou/scripts/UrHouseAssembly:0.5">
189
- <img src="/assets/ay_example_house.png" width="24%">
190
+ <img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/ay_example_house.png">
190
191
  </a>
191
192
  </td>
192
193
  </tr>
@@ -194,11 +195,11 @@ Archiyou is focused on physical things to build - like furniture and constructio
194
195
 
195
196
  Where Archiyou really shines is handling documentation and output pipelines:
196
197
 
197
- <a href="https://editor.archiyou.com/_/archiyou/scripts/MariTavolo:0.6"><img src="/assets/archiyou_docs.png" width="100%"></a>
198
+ <a href="https://editor.archiyou.com/_/archiyou/scripts/MariTavolo:0.6"><img src="https://raw.githubusercontent.com/ArchiyouApp/archiyou-core/main/assets/archiyou_docs.png" width="100%"></a>
198
199
 
199
200
  ## Roadmap 2026
200
201
 
201
- Thanks to [NLNET NG0 Commons Fund](https://nlnet.nl/project/Archiyou/) we can further develop the open source and open design community functionalies of Archiyou.
202
+ <img src="https://nlnet.nl/logo/banner.svg" width="20%" align="right">Thanks to [NLNET NG0 Commons Fund](https://nlnet.nl/project/Archiyou/) we can further develop the open source and open design community functionality of Archiyou.
202
203
 
203
204
  This is a basic roadmap:
204
205
 
@@ -211,5 +212,4 @@ This is a basic roadmap:
211
212
  - [ ] New open design platform
212
213
 
213
214
  Please reach out for more information, ideas or collaboration!
214
-
215
215
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "archiyou",
3
3
  "type": "module",
4
- "version": "0.7.0",
4
+ "version": "0.7.1",
5
5
  "description": "Archiyou script CAD engine",
6
6
  "license": "Apache-2.0",
7
7
  "main": "./dist/archiyou.js",
@@ -62,5 +62,6 @@
62
62
  "vite-plugin-wasm": "^3.4.1",
63
63
  "vitest": "^3.0.9"
64
64
  },
65
- "resolutions": {}
65
+ "resolutions": {},
66
+ "keywords": ["CAD", "3D", "modeling", "design", "documentation", "makers"]
66
67
  }