mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
add cdnjs
This commit is contained in:
@@ -59,12 +59,16 @@ 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/):
|
The [UMD](https://github.com/umdjs/umd) build is also available on [unpkg](http://unpkg.com/) or [cdnjs](https://cdnjs.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>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```html
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/split.js/1.5.9/split.min.js"></script>
|
||||||
|
```
|
||||||
|
|
||||||
You can find the library on `window.Split`.
|
You can find the library on `window.Split`.
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user