Skip to content

Commit

Permalink
chore: change package name to @kassellabs/autoeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
nihey committed Feb 5, 2024
1 parent f222ffa commit 95e6728
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operations for autoeditor through a video editor.
## Installation

```bash
npm install --save @autoeditor/editor
npm install --save @kassellabs/autoeditor
```

# Clipper
Expand All @@ -22,7 +22,7 @@ Considering you have the follow div on your HTML:
You can create a video clipper using the following code:

```javascript
import { Clipper } from '@autoeditor/editor'
import { Clipper } from '@kassellabs/autoeditor'

const clipper = new Clipper('#video-clipper', {
video: 'https://autoeditorfiles.kassellabs.io/autoeditor/cc0bd38b235.mp4',
Expand Down Expand Up @@ -64,7 +64,7 @@ Considering you have the follow div on your HTML:
You can create a video cropper using the following code:

```javascript
import { Cropper } from '@autoeditor/editor'
import { Cropper } from '@kassellabs/autoeditor'

const cropper = new Cropper('#video-cropper', {
video: 'https://autoeditorfiles.kassellabs.io/autoeditor/c0bd38b235e.mp4',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autoeditor/editor",
"version": "0.1.1",
"name": "@kassellabs/autoeditor",
"version": "1.0.0",
"description": "Autoeditor as an Embeddable component",
"main": "dist/editor.js",
"scripts": {
Expand Down

0 comments on commit 95e6728

Please sign in to comment.