editmamei 0.0.1-placeholder → 0.17.3
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/LICENSE +81 -0
- package/NOTICES.md +58 -0
- package/README.md +1391 -0
- package/dist/api/brush-tool-names.js +19 -0
- package/dist/api/custom-script.js +113 -0
- package/dist/api/extendscript/_helpers.js +296 -0
- package/dist/api/photoshop-api.js +144 -0
- package/dist/api/snippet-client.js +79 -0
- package/dist/bin/editmamei-core-darwin-arm64 +0 -0
- package/dist/bin/editmamei-core-darwin-x64 +0 -0
- package/dist/bin/editmamei-core-win-x64.exe +0 -0
- package/dist/cli/activate.js +40 -0
- package/dist/cli/clients/claude-code.js +109 -0
- package/dist/cli/clients/claude-desktop.js +121 -0
- package/dist/cli/clients/cursor.js +145 -0
- package/dist/cli/clients/json-config.js +65 -0
- package/dist/cli/clients/shell.js +69 -0
- package/dist/cli/clients/types.js +1 -0
- package/dist/cli/config.js +104 -0
- package/dist/cli/deactivate.js +19 -0
- package/dist/cli/downloads-dir.js +15 -0
- package/dist/cli/help.js +46 -0
- package/dist/cli/install.js +150 -0
- package/dist/cli/license.js +33 -0
- package/dist/cli/paths.js +23 -0
- package/dist/cli/router.js +97 -0
- package/dist/cli/status.js +48 -0
- package/dist/cli/uninstall.js +69 -0
- package/dist/core/server.js +301 -0
- package/dist/core/session.js +60 -0
- package/dist/core/settings.js +115 -0
- package/dist/core/tool-registry.js +69 -0
- package/dist/core/tool-tiers.js +121 -0
- package/dist/delivery/bundle.js +74 -0
- package/dist/delivery/client.js +121 -0
- package/dist/delivery/config.js +5 -0
- package/dist/delivery/crypto.js +43 -0
- package/dist/delivery/provision.js +111 -0
- package/dist/delivery/signing.js +35 -0
- package/dist/delivery/store.js +73 -0
- package/dist/edition.js +1 -0
- package/dist/index.js +79 -0
- package/dist/kernel/host-api.js +1 -0
- package/dist/kernel/kernel.js +82 -0
- package/dist/license/config.js +13 -0
- package/dist/license/device-hash.js +19 -0
- package/dist/license/entitlement.js +91 -0
- package/dist/license/env-activation.js +20 -0
- package/dist/license/polar-client.js +62 -0
- package/dist/license/store.js +52 -0
- package/dist/modules/ce/index.js +51 -0
- package/dist/platform/connection.js +85 -0
- package/dist/platform/detector.js +32 -0
- package/dist/platform/macos-detector.js +137 -0
- package/dist/platform/macos-executor.js +147 -0
- package/dist/platform/run-child.js +111 -0
- package/dist/platform/script-executor.js +1 -0
- package/dist/platform/windows-detector.js +155 -0
- package/dist/platform/windows-executor.js +155 -0
- package/dist/skills/editmamei-skill.zip +0 -0
- package/dist/telemetry/client.js +220 -0
- package/dist/telemetry/events.js +88 -0
- package/dist/telemetry/outbox.js +132 -0
- package/dist/telemetry/sanitize.js +45 -0
- package/dist/telemetry/transport.js +25 -0
- package/dist/tools/adjustment-tools.js +952 -0
- package/dist/tools/brush-tools.js +239 -0
- package/dist/tools/document-tools.js +495 -0
- package/dist/tools/filter-tools.js +837 -0
- package/dist/tools/group-tools.js +453 -0
- package/dist/tools/history-tools.js +186 -0
- package/dist/tools/image-placement-tools.js +103 -0
- package/dist/tools/image-tools.js +163 -0
- package/dist/tools/layer-ordering-tools.js +98 -0
- package/dist/tools/layer-properties-tools.js +749 -0
- package/dist/tools/layer-tools.js +398 -0
- package/dist/tools/layer-transform-tools.js +319 -0
- package/dist/tools/metadata-tools.js +194 -0
- package/dist/tools/overview-tools.js +186 -0
- package/dist/tools/preview-tools.js +1137 -0
- package/dist/tools/retouch-tools.js +365 -0
- package/dist/tools/selection-tools.js +927 -0
- package/dist/tools/text-tools.js +269 -0
- package/dist/utils/blend-modes.js +30 -0
- package/dist/utils/exif-reader.js +301 -0
- package/dist/utils/jsx.js +16 -0
- package/dist/utils/logger.js +90 -0
- package/dist/utils/run-script.js +6 -0
- package/dist/utils/session-log-reader.js +38 -0
- package/dist/utils/session-log.js +272 -0
- package/dist/utils/source-metadata.js +145 -0
- package/dist/utils/temp.js +107 -0
- package/dist/utils/template-storage.js +214 -0
- package/dist/utils/validate.js +111 -0
- package/dist/version.js +1 -0
- package/package.json +38 -11
- package/index.js +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
Editmamei License Agreement
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 EMBD Artifacts LLC. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This License Agreement (the "Agreement") governs your use of the Editmamei
|
|
6
|
+
software distributed in this package — including the command-line interface,
|
|
7
|
+
the Model Context Protocol (MCP) server, the bundled engine binaries, and all
|
|
8
|
+
accompanying files (collectively, the "Software"). By installing, copying, or
|
|
9
|
+
using the Software, you agree to be bound by this Agreement. If you do not
|
|
10
|
+
agree, do not install or use the Software.
|
|
11
|
+
|
|
12
|
+
1. License grant.
|
|
13
|
+
Subject to your compliance with this Agreement, EMBD Artifacts LLC grants
|
|
14
|
+
you a personal, worldwide, royalty-free, non-exclusive, non-transferable,
|
|
15
|
+
and revocable license to install and use the Software, at no charge, on
|
|
16
|
+
devices you own or control, for your own personal or commercial
|
|
17
|
+
photo-editing work.
|
|
18
|
+
|
|
19
|
+
2. Paid features.
|
|
20
|
+
Some features (the "Pro" features) are not included in the no-charge license
|
|
21
|
+
granted above and require a separate paid license. Access to Pro features is
|
|
22
|
+
governed by the additional terms presented at the time of purchase. Nothing
|
|
23
|
+
in this Agreement grants any right to Pro features without a valid paid
|
|
24
|
+
license.
|
|
25
|
+
|
|
26
|
+
3. Restrictions.
|
|
27
|
+
Except as expressly permitted in Section 1, or to the extent a restriction
|
|
28
|
+
below is prohibited by applicable law, you may not:
|
|
29
|
+
(a) copy (other than a reasonable number of backup copies), publish,
|
|
30
|
+
distribute, sublicense, rent, lease, lend, or sell the Software;
|
|
31
|
+
(b) modify, adapt, translate, or create derivative works of the Software;
|
|
32
|
+
(c) reverse engineer, decompile, or disassemble the Software, or otherwise
|
|
33
|
+
attempt to derive its source code or underlying ideas;
|
|
34
|
+
(d) remove, obscure, or alter any copyright, trademark, or other proprietary
|
|
35
|
+
notice in the Software or this Agreement; or
|
|
36
|
+
(e) circumvent, disable, or interfere with any licensing, entitlement, or
|
|
37
|
+
technical protection measure, including to access Pro features without a
|
|
38
|
+
valid paid license.
|
|
39
|
+
|
|
40
|
+
4. Ownership.
|
|
41
|
+
The Software is licensed, not sold. EMBD Artifacts LLC and its licensors
|
|
42
|
+
retain all right, title, and interest in and to the Software, including all
|
|
43
|
+
intellectual property rights. All rights not expressly granted in this
|
|
44
|
+
Agreement are reserved.
|
|
45
|
+
|
|
46
|
+
5. Third-party components.
|
|
47
|
+
The Software incorporates components provided by third parties under their
|
|
48
|
+
own licenses. Those licenses continue to apply to the corresponding
|
|
49
|
+
components and, in the event of a conflict, govern those components only.
|
|
50
|
+
Required attributions and notices are reproduced in the accompanying
|
|
51
|
+
NOTICES.md file; the full license text for each dependency ships with that
|
|
52
|
+
dependency through the npm package manager (see node_modules/<package>/
|
|
53
|
+
after install).
|
|
54
|
+
|
|
55
|
+
6. Term and termination.
|
|
56
|
+
This Agreement is effective until terminated. The license granted in
|
|
57
|
+
Section 1 terminates automatically, without notice, if you breach any term
|
|
58
|
+
of this Agreement. Upon termination you must cease all use of the Software
|
|
59
|
+
and delete all copies in your possession or control. Sections 3 through 9
|
|
60
|
+
survive termination.
|
|
61
|
+
|
|
62
|
+
7. Disclaimer of warranty.
|
|
63
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
64
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
65
|
+
FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
|
66
|
+
|
|
67
|
+
8. Limitation of liability.
|
|
68
|
+
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES, OR
|
|
69
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE,
|
|
70
|
+
ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
71
|
+
DEALINGS IN THE SOFTWARE.
|
|
72
|
+
|
|
73
|
+
9. General.
|
|
74
|
+
This Agreement is the entire agreement between you and EMBD Artifacts LLC
|
|
75
|
+
regarding the Software and supersedes any prior or contemporaneous
|
|
76
|
+
understanding. If any provision is held unenforceable, the remaining
|
|
77
|
+
provisions remain in full force and effect. A failure to enforce any
|
|
78
|
+
provision is not a waiver of it.
|
|
79
|
+
|
|
80
|
+
For commercial licensing, redistribution rights, or other inquiries, contact:
|
|
81
|
+
support@editmamei.com
|
package/NOTICES.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
# Third-Party Notices
|
|
2
|
+
|
|
3
|
+
Editmamei includes software developed by third parties. Their
|
|
4
|
+
respective copyright notices and license terms are reproduced below as
|
|
5
|
+
required by their licenses.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Open-Source Dependencies (resolved via npm)
|
|
10
|
+
|
|
11
|
+
Editmamei's shipped tarball contains the compiled `dist/` output plus this
|
|
12
|
+
notice file, the LICENSE, and the README. Runtime dependencies are NOT
|
|
13
|
+
bundled into the tarball — they are resolved from npm at install time and
|
|
14
|
+
land under the consumer's `node_modules/`. The full license text and any
|
|
15
|
+
`NOTICE` file for each dependency travels with that dependency's published
|
|
16
|
+
package.
|
|
17
|
+
|
|
18
|
+
To enumerate the dependency set and inspect each license, run from the
|
|
19
|
+
project root after `npm install`:
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
npx license-checker --production --summary
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
To extract the full license texts (e.g. for downstream redistribution or
|
|
26
|
+
internal review):
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
npx license-checker --production --out THIRD_PARTY_LICENSES.txt
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### License Summary
|
|
33
|
+
|
|
34
|
+
The runtime dependency closure resolves under MIT, Apache-2.0, ISC,
|
|
35
|
+
BSD-2-Clause, BSD-3-Clause, Python-2.0, BlueOak-1.0.0, and 0BSD — all
|
|
36
|
+
permissive and compatible with redistribution.
|
|
37
|
+
|
|
38
|
+
### Apache-2.0 NOTICE Files
|
|
39
|
+
|
|
40
|
+
For any Apache-2.0-licensed dependency that includes a `NOTICE` file, that
|
|
41
|
+
file is shipped inside the dependency's own npm package. Section 4(d) of
|
|
42
|
+
Apache 2.0 requires redistributors to preserve those NOTICE contents; because
|
|
43
|
+
Editmamei does not bundle the dependencies into its own tarball, the
|
|
44
|
+
preservation requirement is satisfied by the dependency's own published
|
|
45
|
+
artifact rather than by inlining the text here.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## Trademarks
|
|
50
|
+
|
|
51
|
+
"Adobe" and "Photoshop" are registered trademarks of Adobe Inc. This product
|
|
52
|
+
is not affiliated with, endorsed by, or sponsored by Adobe Inc. References to
|
|
53
|
+
Adobe products are made solely for the purpose of identifying compatibility
|
|
54
|
+
and interoperability.
|
|
55
|
+
|
|
56
|
+
All other trademarks are the property of their respective owners.
|
|
57
|
+
|
|
58
|
+
---
|