Comparing version 0.0.3 to 0.0.4
@@ -79,4 +79,4 @@ 'use strict' | ||
.adjustTextarea('#_additionalComment_', 1830, 287) | ||
.replace('font-family="IPAexGothic"', 'font-family="monospace"') | ||
.replace('font-family="Roboto"', 'font-family="monospace"') | ||
.replace('font-family="IPAexGothic"', 'font-family="sans-serif"') | ||
.replace('font-family="Roboto"', 'font-family="sans-serif"') | ||
@@ -83,0 +83,0 @@ paper.apply() |
{ | ||
"name": "svg-paper", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "The world's most maintainable way to create paper-printable documents 🖨💘", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/ttskch/svg-paper", |
@@ -12,2 +12,19 @@ # svg-paper | ||
## TOC | ||
<details> | ||
* [Workflows](#workflows) | ||
* [Installation](#installation) | ||
* [CDN](#cdn) | ||
* [npm](#npm) | ||
* [Basic usage](#basic-usage) | ||
* [Tips](#tips) | ||
* [Hiding content before placeholders are replaced](#hiding-content-before-placeholders-are-replaced) | ||
* [With non Node.js back-end](#with-non-nodejs-back-end) | ||
* [e.g. PHP and Twig](#eg-php-and-twig) | ||
* [PDF generation](#pdf-generation) | ||
</details> | ||
## Workflows | ||
@@ -236,3 +253,3 @@ | ||
## PDF Generation | ||
## PDF generation | ||
@@ -239,0 +256,0 @@ You can easily print to PDF directly by using [electron-pdf](https://github.com/fraserxu/electron-pdf). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1980175
262