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.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# SuperSimplePDF
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/h17-sspdf)
|
|
4
|
+
[](https://socket.dev/npm/package/h17-sspdf)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://www.npmjs.com/package/h17-sspdf)
|
|
7
|
+
[](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.
|