-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fcc53c
commit 2a504cf
Showing
4 changed files
with
4 additions
and
0 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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"description": "CLI interface to glTF Transform", | ||
"author": "Don McCurdy <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/donmccurdy", | ||
"type": "module", | ||
"exports": "./dist/cli.esm.js", | ||
"source": "./src/cli.ts", | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.", | ||
"author": "Don McCurdy <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/donmccurdy", | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": { | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"description": "Adds extension support to @gltf-transform/core", | ||
"author": "Don McCurdy <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/donmccurdy", | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": { | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
"description": "Functions for common glTF modifications, written using the core API", | ||
"author": "Don McCurdy <[email protected]>", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/donmccurdy", | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": { | ||
|