svgxjs
Version:
SVGX v1.0.4 remove debug logs
64 lines (48 loc) • 1.9 kB
Markdown
SVGX
=
[](https://travis-ci.org/lemonrock/svgx)
[](https://crates.io/crates/svgx)
[](https://docs.rs/svgx)
[](https://opensource.org/licenses/Apache-2.0)
### Scalable Vector Graphics (SVG)
#### with a focus on performance and ease of use.
- [Features](#features)
- [Installation](#installation)
- [Clone Repository](#1-clone-repository)
- [Add Executable to Path](#2-add-executable-to-path)
- [For Linux and MacOS](#for-linux-and-macos)
- [For Windows](#for-windows)
- [Run Example](#run-example)
- [Indicates files](#indicates-files)
- [Indicates directories](#indicates-directories)
- [Support](#support)
- [Documentation](https://qcmarcel.me/docs/svgx)
Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.
## Features
- [x] **Support for send styles attributes by Query parameters**.
## Installation
### 1. Clone Repository
```bash
git clone #SVGX REPOSITORY URL
```
### 2. Add Executable to Path
#### For Linux and MacOS
```bash
export PATH=$PATH:./svgx/bin/svgx
```
#### For Windows
```bash
set PATH=%PATH%;./svgx/bin/svgx
```
## Run Example
### Indicates files
```bash
svgx ./img/**/*.svg
```
### Indicates directories
```bash
svgx ./img/**/
```
## Support
[<img alt="@qcmarcel" src="https://qcmarcel.me/favicon.svg" title="@qcmarcel" width="100px"/>](https://linkedin.com/in/qcmarcel)
[@qcmarcel](https://linkedin.com/in/qcmarcel)