-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: major project restructure as monorepo
- split main API into separate packages (migrate to `/packages`) - update package scope to `@genart-api` (from `@thi.ng`) - update build files (migrate to `/tools`) - preliminary readme updates
- Loading branch information
1 parent
a0bedf3
commit 1f15711
Showing
77 changed files
with
4,088 additions
and
7,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
* text=auto eol=lf | ||
*.gif -text | ||
*.jpg -text | ||
*.mp4 -text | ||
*.pdf -text | ||
*.png -text | ||
*.gz -text | ||
*.meta linguist-language=text | ||
yarn.lock -diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
/build | ||
/doc | ||
/examples/*/dist | ||
/examples/*/public | ||
/node_modules | ||
/public | ||
/.yarn | ||
|
||
css/framework.json | ||
dev | ||
doc | ||
dist | ||
node_modules | ||
public | ||
.zig-cache | ||
zig-out | ||
|
||
examples/layer-test | ||
packages/adapter-layer | ||
|
||
wasm-api-build.zig | ||
|
||
*.css | ||
*.js | ||
*.d.ts | ||
*.map | ||
*.wasm | ||
*.wast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"useTabs": true, | ||
"tabWidth": 4, | ||
"semi": true, | ||
"singleQuote": false, | ||
"arrowParens": "always", | ||
"endOfLine": "lf" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
logFilters: | ||
- code: YN0076 | ||
level: discard | ||
|
||
nmMode: hardlinks-global | ||
|
||
nodeLinker: node-modules | ||
|
||
npmRegistryServer: "https://registry.npmjs.org" | ||
|
||
yarnPath: .yarn/releases/yarn-4.5.3.cjs |
Oops, something went wrong.