Skip to content
This repository was archived by the owner on Feb 28, 2019. It is now read-only.

Commit 321dd3a

Browse files
committedNov 21, 2017
npm cli for makeFonts
1 parent a3064c6 commit 321dd3a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎makeFonts.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
'use strict'
24

35
const fs = require('fs');

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"dist/jspdf.customfonts.min.js",
1010
"README.md"
1111
],
12+
"bin": {
13+
"jsPDF-makeFonts": "makeFonts.js"
14+
},
1215
"keywords": [
1316
"pdf",
1417
"font",

0 commit comments

Comments
 (0)
This repository has been archived.