mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
Add standalone build
This commit is contained in:
parent
f80058a68a
commit
f4888ee75b
@ -6,6 +6,7 @@
|
||||
- Add support for named destinations
|
||||
- Throw errors when `dash(...)` is passed invalid lengths
|
||||
- Remove PDFDocument#output method
|
||||
- Add standalone build (js/pdfkit.standalone.js)
|
||||
|
||||
### [v0.9.1] - 2019-04-30
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run build",
|
||||
"build": "rollup -c",
|
||||
"build": "rollup -c && browserify --standalone PDFDocument js/pdfkit.js > js/pdfkit.standalone.js",
|
||||
"demo": "cd demo && node test.js",
|
||||
"browser-demo": "browserify demo/browser.js > demo/bundle.js",
|
||||
"pdf-guide": "node docs/generate.js",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user