[skip ci] updated README.md
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
[](https://travis-ci.org/Klemek/fa-diagrams)
|
[](https://travis-ci.org/Klemek/fa-diagrams)
|
||||||
[](https://coveralls.io/github/Klemek/fa-diagrams?branch=master)
|
[](https://coveralls.io/github/Klemek/fa-diagrams?branch=master)
|
||||||
|
|
||||||
# (WIP) fa-diagrams
|
# fa-diagrams
|
||||||
## SVG diagrams built from Font-Awesome icons
|
**SVG diagrams built from Font-Awesome icons**
|
||||||
|
|
||||||
**[Demo](https://klemek.github.io/fa-diagrams)**
|
**[Demo](https://klemek.github.io/fa-diagrams)**
|
||||||
|
|
||||||
@@ -71,6 +71,13 @@ or
|
|||||||
<script src="https://unpkg.com/fa-diagrams/dist/fa-diagrams.min.js"></script>
|
<script src="https://unpkg.com/fa-diagrams/dist/fa-diagrams.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="https://cdn.rawgit.com/Klemek/fa-diagrams/master/dist/fa-diagrams-data.min.js"></script>
|
||||||
|
<script src="https://cdn.rawgit.com/Klemek/fa-diagrams/master/dist/fa-diagrams.min.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### NPM (soon)
|
### NPM (soon)
|
||||||
|
|
||||||
@@ -278,8 +285,6 @@ Here are the accepted types and their preview :
|
|||||||
|
|
||||||
You can use **`none`** to make an invisible link.
|
You can use **`none`** to make an invisible link.
|
||||||
|
|
||||||
(soon)
|
|
||||||
|
|
||||||
### Font styles
|
### Font styles
|
||||||
|
|
||||||
First, you should use [web-safe fonts](https://websitesetup.org/web-safe-fonts-html-css/) to be sure your SVG will be rendered correctly
|
First, you should use [web-safe fonts](https://websitesetup.org/web-safe-fonts-html-css/) to be sure your SVG will be rendered correctly
|
||||||
@@ -337,4 +342,4 @@ If you want to change the icons you can edit/build your own `resources.json` as
|
|||||||
## Examples
|
## Examples
|
||||||
*[back to top](#top)*
|
*[back to top](#top)*
|
||||||
|
|
||||||
(soon)
|
(soon)
|
||||||
|
|||||||
Reference in New Issue
Block a user