From 6224a8553e1c30f29e841671f837813610f433da Mon Sep 17 00:00:00 2001 From: davidpkj Date: Wed, 24 Apr 2024 20:43:39 +0200 Subject: add example image --- README.adoc | 6 ++++++ example.jpg | Bin 0 -> 97738 bytes 2 files changed, 6 insertions(+) create mode 100644 example.jpg diff --git a/README.adoc b/README.adoc index 620e8c7..1839bc3 100644 --- a/README.adoc +++ b/README.adoc @@ -6,6 +6,12 @@ A small JavaScript project to generate beautiful PDF schedules and actually work In short: This does it better. You have precise control over how the end product looks, what it displays (on a very granular level) and technically even what format it should have. Though you would need to edit the source at `src/pdf.js` for that. +.Example PDF Result (default look) +[%collapsible] +==== +image::example.jpg[] +==== + == Usage Requires the https://nodejs.org/en/download[npm] tool. I also suggest you read the entire page before giving it a go. diff --git a/example.jpg b/example.jpg new file mode 100644 index 0000000..ee1ea74 Binary files /dev/null and b/example.jpg differ -- cgit v1.2.3