Skip to content

Commit

Permalink
docs: change README.md example into live ones
Browse files Browse the repository at this point in the history
  • Loading branch information
nihey committed Feb 5, 2024
1 parent b2c8a76 commit f222ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can create a video clipper using the following code:
import { Clipper } from '@autoeditor/editor'

const clipper = new Clipper('#video-clipper', {
video: 'https://storage.autoeditor.kassellabs.io/a426c1ce128.mp4',
video: 'https://autoeditorfiles.kassellabs.io/autoeditor/cc0bd38b235.mp4',
clips: [
{start: 10, end: 20, selected: true},
{start: 40, end: 60, selected: false},
Expand Down Expand Up @@ -67,7 +67,7 @@ You can create a video cropper using the following code:
import { Cropper } from '@autoeditor/editor'

const cropper = new Cropper('#video-cropper', {
video: 'https://storage.autoeditor.kassellabs.io/a426c1ce128.mp4',
video: 'https://autoeditorfiles.kassellabs.io/autoeditor/c0bd38b235e.mp4',
crops: [],
})
```
Expand Down

0 comments on commit f222ffa

Please sign in to comment.