h17-sspdf 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # SuperSimplePDF
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/h17-sspdf)](https://www.npmjs.com/package/h17-sspdf)
4
+ [![Socket Badge](https://socket.dev/api/badge/npm/package/h17-sspdf)](https://socket.dev/npm/package/h17-sspdf)
5
+ [![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)
6
+ [![Node](https://img.shields.io/node/v/h17-sspdf)](https://www.npmjs.com/package/h17-sspdf)
7
+ [![Publish](https://github.com/hugopalma17/sspdf/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/hugopalma17/sspdf/actions/workflows/npm-publish.yml)
8
+
3
9
  Define the layout once. Feed it JSON. The core is blind to both and does all the math.
4
10
 
5
11
  The theme does not know what the content says. The JSON does not know how it looks. The core does not know it is rendering a newspaper, an invoice, or a certificate. Three blind components, one coherent output.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "h17-sspdf",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Declarative PDF engine — define layout once, feed it JSON, get consistent PDFs",
5
5
  "main": "index.js",
6
6
  "author": "Hugo Palma",