mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:59:03 +01:00
add cdnjs
This commit is contained in:
parent
61a9706b6a
commit
a752e75409
@ -59,12 +59,14 @@ import Split from 'split.js'
|
|||||||
var Split = require('split.js')
|
var Split = require('split.js')
|
||||||
```
|
```
|
||||||
|
|
||||||
The [UMD](https://github.com/umdjs/umd) build is also available on [unpkg](http://unpkg.com/) or [cdnjs](https://cdnjs.com/):
|
The [UMD](https://github.com/umdjs/umd) build is also available on [unpkg](http://unpkg.com/):
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/split.js/dist/split.min.js"></script>
|
<script src="https://unpkg.com/split.js/dist/split.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
or [cdnjs](https://cdnjs.com/):
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.5.9/split.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.5.9/split.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user