Skip to content

Commit

Permalink
a agrego paquete a npm
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielmendez committed Nov 30, 2019
1 parent 035133e commit c0f90ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# fpdf_js
port de la libreria FPDF de PHP a Javascript
# node-fpdf
## port de la libreria FPDF de PHP a Javascript totalmente compatible con la libreria original

*para instalar y probar*
> npm i node-fpdf
*o*

> yarn add node-fpdf

#### **Por Hacer**
- [x] *AcceptPageBreak - acepta o no un salto de página automático*
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fpdf_js",
"version": "1.0.0",
"description": "port de la librerida de FPDF de PHP",
"name": "node-fpdf",
"version": "1.0.1",
"description": "port de la libreria de FPDF de PHP",
"main": "fpdf.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit c0f90ff

Please sign in to comment.