svg list build

This commit is contained in:
Clément GOUIN
2019-07-10 11:03:26 +02:00
parent 998fe832ea
commit 682e84914c
7 changed files with 1010 additions and 226 deletions
+13
View File
@@ -4,6 +4,19 @@
# fa-diagrams
## (WIP) SVG diagrams built from Font-Awesome icons
## Build from sources
You will need subversion installed (used for precise folder fetching in GitHub)
```
git clone https://github.com/klemek/fa-diagrams.git
cd fa-diagrams
npm install
node build.sh
```
## Usage
How to use (theorically)
```javascript
const diag = require('fa-diagrams');