superprint 1.0.79 β†’ 1.0.82

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/README.md +15 -0
  2. package/cli.mjs +1 -1
  3. package/package.json +11 -2
package/README.md CHANGED
@@ -8,6 +8,8 @@
8
8
  <p align="center">
9
9
  <a href="https://superprint.cc"><b>🌐 superprint.cc</b></a> Β·
10
10
  <a href="https://github.com/zigmoon/superprint"><b>GitHub</b></a> Β·
11
+ <a href="https://superprint.cc/sp213-studio.html">SP213 AI Studio</a> Β·
12
+ <a href="https://superprint.cc/supertypo/">SuperTyPo</a> Β·
11
13
  <a href="https://superprint.cc/documentation.html">Documentation</a>
12
14
  </p>
13
15
 
@@ -17,6 +19,16 @@ The application runs in your browser on Windows, macOS and Linux. Your projects
17
19
 
18
20
  ---
19
21
 
22
+ ## ✦ The SuperPrint family
23
+
24
+ This package launches SuperPrint, but it is part of a small **family of browser-based creative applications** sharing the same design language and workflow:
25
+
26
+ - **SuperPrint** β€” the full DTP / prepress **layout editor** (pages, bleed, CMYK, master pages, typography, imposition).
27
+ - **SP213 Studio** β€” the **AI layout studio**: describe a brief, get a print-ready editable document (cloud models or fully local WebLLM).
28
+ - **SuperTyPo** β€” a **font decomposer & typeface editor**: drop a `.ttf` / `.otf` / `.woff` / `.woff2`, edit each glyph as vector contours with a BΓ©zier pen, then **re-export** the modified typeface. Includes boolean operations (union / subtract / intersect), mirror & 90Β° rotation, advanced metrics, an FR / EN / JP interface and the versioned `.sf` (SuperFont) project format. Open it online at [superprint.cc/supertypo](https://superprint.cc/supertypo/), or from the **Β« SuperTyPo Β»** tab of the *New project* dialog inside SuperPrint.
29
+
30
+ ---
31
+
20
32
  ## ✦ Why SuperPrint?
21
33
 
22
34
  - **A real DTP tool, not a toy** β€” real millimeter formats, trim marks, bleed, master pages, layers, linked text frames, editorial typography with automatic hyphenation (FR Β· EN Β· DE Β· ES Β· IT Β· JA).
@@ -85,6 +97,7 @@ On first launch, the launcher downloads the application (about 50 MB), installs
85
97
  - **SuperPrint Editor:** multi-page layouts, precise millimetre dimensions, typography, shapes, images, layers, guides, grids, bleed and safe areas.
86
98
  - **Print and prepress tools:** RGB/CMYK document workflows, print preview, preflight checks and PDF, PNG and SVG output.
87
99
  - **SP213 AI Studio:** generate posters, brochures, catalogues, reports, menus and other editable layouts through conversation.
100
+ - **SuperTyPo font editor:** decompose any font into editable vector glyphs, reshape them with the pen tool (booleans, mirror, rotation), and export the modified typeface.
88
101
  - **Native projects:** save, reopen and exchange editable `.sp` documents between SP213 and the full editor.
89
102
  - **Document imports:** integrate common image, SVG, PDF, Word and spreadsheet content into layouts.
90
103
  - **Local AI:** run open-source WebLLM models in the browser through WebGPU, including lightweight options for machines with limited graphics memory.
@@ -127,6 +140,8 @@ Network access is opt-in. Only use `--host 0.0.0.0` on a trusted network when yo
127
140
 
128
141
  - [SuperPrint web application](https://superprint.cc)
129
142
  - [Technical documentation](https://superprint.cc/documentation.html)
143
+ - [SP213 AI Studio](https://superprint.cc/sp213-studio.html)
144
+ - [SuperTyPo font editor](https://superprint.cc/supertypo/)
130
145
  - [2.13 β€” developer and maintainer](https://2points13.fr)
131
146
  - [2.13 applications](https://2points13.fr/applications.html)
132
147
  - Support: [all@2points13.fr](mailto:all@2points13.fr)
package/cli.mjs CHANGED
@@ -19,7 +19,7 @@ const isWin = process.platform === 'win32';
19
19
  // ── URLs & chemins ────────────────────────────────────────────
20
20
  const APP_VERSION_URL = 'https://superprint.cc/version.txt';
21
21
  const APP_ZIP_URL = 'https://app.zigmoon.com/sp213-local.zip';
22
- const MIN_APP_VERSION = '1.7.335';
22
+ const MIN_APP_VERSION = '1.7.336';
23
23
  const APP_DIR = path.join(os.homedir(), '.superprint', 'app');
24
24
  const ZIP_PATH = path.join(os.homedir(), '.superprint', 'sp213-local.zip');
25
25
  const VERSION_FILE = path.join(APP_DIR, 'version.txt');
package/package.json CHANGED
@@ -1,10 +1,19 @@
1
1
  {
2
2
  "name": "superprint",
3
- "version": "1.0.79",
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, plus the SP213 AI layout studio (local WebLLM or cloud). Use online at https://superprint.cc or run locally with npx.",
3
+ "version": "1.0.82",
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",
7
7
  "sp213",
8
+ "supertypo",
9
+ "font",
10
+ "font-editor",
11
+ "fontlab",
12
+ "typeface",
13
+ "typography",
14
+ "otf",
15
+ "ttf",
16
+ "woff2",
8
17
  "pao",
9
18
  "dtp",
10
19
  "layout",