superprint 1.0.97 → 1.0.99

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 (3) hide show
  1. package/LICENSE +172 -15
  2. package/README.md +21 -2
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,21 +1,178 @@
1
- MIT License
1
+ SUPERPRINT — PROPRIETARY LICENSE
2
+ All rights reserved.
3
+ Copyright (c) 2026 Simon Dupont-Gellert (Zigmoon). All rights reserved.
4
+ Published by 2.13 — https://2points13.fr
2
5
 
3
- Copyright (c) 2026 SuperPrint
6
+ Version 1.0 — 17 September 2026
4
7
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
8
+ ------------------------------------------------------------------------------
9
+ 1. OWNERSHIP
10
+ ------------------------------------------------------------------------------
11
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
12
+ SUPERPRINT (the "Software") including its source code, HTML, CSS, JavaScript,
13
+ documentation, design, user interface, graphics, text, templates, asset library,
14
+ the native .sp project format, the SP213 AI studio and the SuperTyPo font editor,
15
+ and any accompanying material — is the exclusive property of Simon Dupont-Gellert
16
+ / Zigmoon (the "Author").
17
+
18
+ The Software is protected by copyright law and by international copyright
19
+ treaties. All rights not expressly granted in this license are reserved by the
20
+ Author.
21
+
22
+ ------------------------------------------------------------------------------
23
+ 2. WHAT YOU MAY DO
24
+ ------------------------------------------------------------------------------
25
+
26
+ Subject to full compliance with this license, you are granted a personal,
27
+ non-exclusive, non-transferable and revocable right to:
28
+
29
+ (a) use the hosted web application at https://superprint.cc (and its
30
+ sub-paths) through a web browser, for your own personal or professional
31
+ page layout, prepress and print work;
32
+
33
+ (b) run the application locally through its official npm launcher
34
+ ("npx superprint") and install it as an offline PWA;
35
+
36
+ (c) create, save, export and print the documents you produce with the
37
+ Software, and sell what you print. You own your own documents, your own
38
+ images, your own fonts, your own templates and your own PDF / PNG / JPG
39
+ exports — this license claims no rights over them;
40
+
41
+ (d) keep a copy of the Software for backup purposes only, if that copy is
42
+ not used, published or distributed.
43
+
44
+ This is a license to USE the Software, not a sale of the Software.
45
+
46
+ ------------------------------------------------------------------------------
47
+ 3. WHAT YOU MAY NOT DO
48
+ ------------------------------------------------------------------------------
49
+
50
+ Without the prior written permission of the Author, you may NOT:
51
+
52
+ (a) copy, publish, distribute, sublicense, sell, rent, lease, lend or
53
+ otherwise make the Software, or any part of it, available to any third
54
+ party — including sharing the application files, the release archive or
55
+ the launcher;
56
+
57
+ (b) modify, adapt, translate, transform or create derivative works based on
58
+ the Software, in whole or in part;
59
+
60
+ (c) reverse engineer, decompile or disassemble the Software, or attempt to
61
+ derive its source code, except to the extent such restriction is
62
+ expressly prohibited by applicable law;
63
+
64
+ (d) remove, hide, alter or circumvent any copyright notice, author
65
+ attribution, branding, logo, version identifier or technical protection
66
+ measure contained in the Software;
67
+
68
+ (e) reuse the Software, or any part of it — its code, its templates or its
69
+ asset library — to build, train, fine-tune or improve another product,
70
+ service, model or application that competes with, replaces or reproduces
71
+ the functionality of the Software, including any AI or machine-learning
72
+ model;
73
+
74
+ (f) host, mirror, embed or redistribute the Software (or a modified version
75
+ of it) on any website, application store, repository, package registry or
76
+ network, whether free of charge or not;
77
+
78
+ (g) use the names "SUPERPRINT", "SuperPrint", "SP213", "SuperTyPo", "Studio
79
+ IA", the "2.13" name, the "Zigmoon" name, or any associated logo, icon or
80
+ visual identity, in a way that suggests an official affiliation,
81
+ endorsement or origin that does not exist;
82
+
83
+ (h) claim authorship of the Software, or present it as your own work, in
84
+ whole or in part.
85
+
86
+ Running in a web browser makes the source code readable. That readability is a
87
+ consequence of the technology, not a grant of rights: it does NOT place the
88
+ Software in the public domain and does NOT make it open source. Publishing the
89
+ source code in a public repository does NOT grant any right beyond those
90
+ expressly listed in section 2.
91
+
92
+ ------------------------------------------------------------------------------
93
+ 4. COMMERCIAL AND CUSTOM USE
94
+ ------------------------------------------------------------------------------
95
+
96
+ Any use not expressly granted in section 2 — including commercial
97
+ redistribution, integration into a paid product or service, white-labelling,
98
+ self-hosting for third parties, or a customized build — requires a separate
99
+ written agreement with the Author.
100
+
101
+ Requests: contact@superprint.cc · all@2points13.fr
102
+
103
+ ------------------------------------------------------------------------------
104
+ 5. THIRD-PARTY COMPONENTS
105
+ ------------------------------------------------------------------------------
106
+
107
+ The Software includes third-party libraries and resources distributed under
108
+ their own licenses, in particular:
109
+
110
+ - Fabric.js (canvas engine), pdf-lib and pdf.js (PDF), JSZip (archives),
111
+ Mammoth (Word import), SheetJS (Excel import), WebLLM (local models);
112
+ - Little CMS / lcms-wasm (ICC colour management), under its own license;
113
+ - the bundled fonts and the Pantone ink names, under their respective
114
+ licenses and trademarks.
115
+
116
+ Those components remain governed by their own licenses, which prevail over this
117
+ license for the parts they cover. Nothing in this license restricts your rights
118
+ under those licenses, and the Open Source Initiative licenses that apply to
119
+ those components are not affected in any way.
120
+
121
+ ------------------------------------------------------------------------------
122
+ 6. NO WARRANTY
123
+ ------------------------------------------------------------------------------
14
124
 
15
125
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
126
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
127
+ FITNESS FOR A PARTICULAR PURPOSE, ACCURACY AND NON-INFRINGEMENT.
128
+
129
+ The Author does not warrant that the Software will be error-free, uninterrupted,
130
+ secure, or that it will meet your requirements, and does not warrant that a
131
+ document, a colour conversion or an exported file will be fit for a particular
132
+ printing process. You use the Software at your own risk and remain solely
133
+ responsible for the documents you compose, print and publish — in particular for
134
+ checking bleed, colour separation, ink limits and the prepress requirements of
135
+ your printer.
136
+
137
+ ------------------------------------------------------------------------------
138
+ 7. LIMITATION OF LIABILITY
139
+ ------------------------------------------------------------------------------
140
+
141
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AUTHOR SHALL NOT BE
142
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR PUNITIVE
143
+ DAMAGES, OR FOR ANY LOSS OF DATA, DOCUMENTS, PROFITS, REVENUE, PRODUCTION OR
144
+ GOODWILL, ARISING OUT OF OR IN CONNECTION WITH THE USE OF, OR INABILITY TO USE,
145
+ THE SOFTWARE — EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
146
+
147
+ This limitation does not exclude liability that cannot be excluded under
148
+ applicable law.
149
+
150
+ ------------------------------------------------------------------------------
151
+ 8. TERMINATION
152
+ ------------------------------------------------------------------------------
153
+
154
+ This license is effective until terminated. It terminates automatically and
155
+ immediately if you breach any of its terms. On termination you must stop all use
156
+ of the Software and destroy any copy in your possession. Sections 3, 6, 7, 9
157
+ and 10 survive termination.
158
+
159
+ ------------------------------------------------------------------------------
160
+ 9. GOVERNING LAW
161
+ ------------------------------------------------------------------------------
162
+
163
+ This license is governed by French law. Any dispute relating to its
164
+ interpretation or performance falls under the exclusive jurisdiction of the
165
+ French courts, without prejudice to any mandatory consumer protection rules that
166
+ may apply in your country of residence.
167
+
168
+ ------------------------------------------------------------------------------
169
+ 10. CONTACT
170
+ ------------------------------------------------------------------------------
171
+
172
+ Author : Simon Dupont-Gellert (Zigmoon)
173
+ E-mail : contact@superprint.cc · all@2points13.fr
174
+ Website: https://superprint.cc
175
+
176
+ For any use beyond the rights granted in section 2 — commercial licensing,
177
+ custom builds, redistribution, hosting, white-labelling or partnership — please
178
+ get in touch.
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  <p align="center">
18
18
  <img alt="App" src="https://img.shields.io/badge/app-1.7.416-000000?style=flat-square">
19
19
  <img alt="Launcher" src="https://img.shields.io/badge/npm-1.0.95-CB3837?style=flat-square">
20
- <img alt="License" src="https://img.shields.io/badge/license-MIT-3DA639?style=flat-square">
20
+ <img alt="License" src="https://img.shields.io/badge/license-Proprietary-red?style=flat-square">
21
21
  </p>
22
22
 
23
23
  **SuperPrint** is a **professional page-layout and prepress (DTP) application that runs entirely in the browser** — free, no subscription, no account, no ads. It combines a **real multi-page layout editor** (bleed, CMYK, master pages, linked text frames, fine typography) with an **AI layout studio** that turns a written brief into a print-ready, fully editable document.
@@ -147,4 +147,23 @@ This package launches SuperPrint, but the project is a small **family of browser
147
147
 
148
148
  ## ✦ License
149
149
 
150
- MIT. SuperPrint is developed by 2.13.
150
+ **Proprietary license — all rights reserved.** SuperPrint is **not** open source. It runs in a
151
+ browser, so its code is readable, but readable is not free to reuse.
152
+ See the full text in [LICENSE](LICENSE).
153
+
154
+ Copyright (c) 2026 Simon Dupont-Gellert (Zigmoon) · 2.13. All rights reserved.
155
+
156
+ You may **use** SuperPrint at [superprint.cc](https://superprint.cc) and through its local launcher
157
+ (`npx superprint`), and **everything you produce belongs to you** — your documents, images, fonts,
158
+ templates and your exported PDF / PNG / JPG files.
159
+
160
+ You may **not** copy, redistribute, resell, host, mirror, modify, create derivative works from,
161
+ remove the copyright notices, or reuse the code, the templates and the asset library — including to
162
+ build, train or improve a competing product or an AI model — without written permission.
163
+
164
+ Commercial licensing, custom builds, white-labelling, self-hosting and partnerships:
165
+ **contact@superprint.cc** · **all@2points13.fr**
166
+
167
+ Third-party components bundled with the application (Fabric.js, pdf-lib, pdf.js, JSZip, Mammoth,
168
+ SheetJS, WebLLM, Little CMS `lcms-wasm`), the bundled fonts and the Pantone ink names keep their own
169
+ licenses and trademarks, which prevail over this one for the parts they cover.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
- {
1
+ {
2
2
  "name": "superprint",
3
- "version": "1.0.97",
3
+ "version": "1.0.99",
4
4
  "description": "SuperPrint by 2.13 — professional desktop publishing (DTP) and prepress, in your browser. Free, no subscription, no account. CMYK/PDF up to 600 DPI with bleed & imposition, advanced typography, vector text export, offline PWA, the SP213 AI layout studio (local WebLLM or cloud) and the SuperTyPo font editor (decompose & reshape any typeface). Use online at https://superprint.cc or run locally with npx.",
5
5
  "keywords": [
6
6
  "superprint",
@@ -38,7 +38,7 @@
38
38
  "email": "all@2points13.fr",
39
39
  "url": "https://2points13.fr"
40
40
  },
41
- "license": "MIT",
41
+ "license": "SEE LICENSE IN LICENSE",
42
42
  "type": "module",
43
43
  "bin": {
44
44
  "superprint": "cli.mjs"