console2svg 0.2.0 → 0.2.1
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 +4 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,10 @@
|
|
|
1
|
-
# console2svg
|
|
1
|
+
# console2svg
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Install
|
|
3
|
+
Easily convert terminal output into SVG images. truecolor, animation, cropping and many appearance options are supported.
|
|
6
4
|
|
|
7
5
|
```sh
|
|
6
|
+
# install
|
|
8
7
|
npm install -g console2svg
|
|
9
8
|
```
|
|
10
9
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
```sh
|
|
14
|
-
console2svg --help
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
## Notes
|
|
18
|
-
|
|
19
|
-
* Supported platforms: Linux x64, macOS x64, Windows x64.
|
|
20
|
-
* The binary is downloaded from GitHub Releases that match this npm package version.
|
|
21
|
-
* Proxy environment variables are supported (`HTTPS_PROXY`, `HTTP_PROXY`, `NO_PROXY`).
|
|
10
|
+
see [GitHub Repository](github.com/arika0093/console2svg) for more details.
|