mirror of https://github.com/vladmandic/human
update cdn links
parent
652dee1013
commit
3539f10bcd
|
@ -13,16 +13,13 @@ but if you do, be aware of possible version conflicts*
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
Simply load `Human` directly from a CDN in your HTML file:
|
Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file:
|
||||||
|
(pick one: `jsdelirv`, `unpkg` or `cdnjs`)
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
|
||||||
```
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```html
|
|
||||||
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
|
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/human/1.4.1/human.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue