We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdb0dc commit 9d8f62dCopy full SHA for 9d8f62d
2 files changed
README.md
@@ -8,10 +8,10 @@ Generate `fonts.json` metadata for Nutrient PDF SDK font bundles.
8
9
```bash
10
# Run directly (no install needed)
11
-npx github:PSPDFKit/nutrient-font-tool create ./my-fonts
+npx @nutrient-sdk/font-tool create ./my-fonts
12
13
# Or install globally
14
-npm install -g github:PSPDFKit/nutrient-font-tool
+npm install -g @nutrient-sdk/font-tool
15
```
16
17
## Usage
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "nutrient-font-tool",
+ "name": "@nutrient-sdk/font-tool",
3
"version": "0.1.0",
4
"description": "Create dynamic font bundles for Nutrient PDF SDK",
5
"type": "module",
0 commit comments