@codescene/boken
v0.0.3
Published
**<sup>1</sup>bok** [bo:k] _noun_ (boken, böcker) Book
Downloads
9
Readme
boken
1bok [bo:k] noun (boken, böcker)
Book
what?
boken is a Javascript library for writing PDF books.
why?
Generating PDFs programmatically is a nightmare. Not anymore.
how?
You can use it in the browser and print manually or on the server side to generate PDFs.
examples
| URL | description | |:-----------------------------------------------------------------------------------|:-----------------------------------| | Simple book | Simple book with a few paragraphs. |
build
# using npm
npm build
# using yarn
yarn build
tests
npm test
#or
yarn test