Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavbhuva/node-pdfkit-example
A JavaScript PDF generation library for Node and the browser.
https://github.com/vaibhavbhuva/node-pdfkit-example
Last synced: 29 days ago
JSON representation
A JavaScript PDF generation library for Node and the browser.
- Host: GitHub
- URL: https://github.com/vaibhavbhuva/node-pdfkit-example
- Owner: vaibhavbhuva
- License: mit
- Created: 2019-10-16T10:17:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T20:27:40.000Z (over 2 years ago)
- Last Synced: 2023-03-10T06:26:58.824Z (over 1 year ago)
- Language: JavaScript
- Size: 5.91 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-pdfkit-example
A JavaScript PDF generation library for Node and the browser.## Requirements
- [Node and npm](https://nodejs.org) (v8.11.1 and v6.1.0)
## Running Locally
Make sure you have [Node.js](http://nodejs.org/) installed.
Clone the repo and install the dependencies.```sh
git clone https://github.com/vaibhavbhuva/node-pdfkit-example.git # or clone your own fork
cd node-pdfkit-example
npm install
```### To start the script, run the following
$ npm start