docs: fix readme blockquotes and add post link

This commit is contained in:
Fathy Boundjadj 2022-11-17 21:12:40 +01:00
parent cb3d8106d4
commit b844868aae

View File

@ -1,6 +1,6 @@
# `html2svg`
Convert HTML and `<canvas>` to SVG or PDF using Chromium.
Convert HTML and `<canvas>` to SVG or PDF using Chromium. [Read the blog post](https://fathy.fr/html2svg).
## Usage
@ -28,12 +28,13 @@ Options:
## Development
> Building Chromium is only officially supported on AMD64. If you'd like to target ARM64, cross-compile from AMD64 instead.
Building Chromium is only officially supported on AMD64. If you'd like to target ARM64, cross-compile from AMD64 instead.
### Local
> You'll need to install all tools required to build Chromium: https://www.chromium.org/developers/how-tos/get-the-code/
> If you're running Linux, you can use [the Docker build instructions](#docker) to generate binaries.
You'll need to install all tools required to build Chromium: https://www.chromium.org/developers/how-tos/get-the-code/
If you're running Linux, you can use [the Docker build instructions](#docker) to generate binaries.
1. Fetch dependencies:
```shell
@ -62,7 +63,7 @@ Options:
### Docker
> We use `docker run` instead of `Dockerfile` for building Chromium to support incremental building.
We use `docker run` instead of `Dockerfile` for building Chromium to support incremental building.
```shell
# Create the build environment