docs: move package ownership to Resultium
This commit is contained in:
14
README.md
14
README.md
@@ -1,19 +1,21 @@
|
||||
# @xxfogs/svelte-carousel
|
||||
# @resultium/svelte-carousel
|
||||
|
||||
This is a fork of [svelte-carousel](https://github.com/vadimkorr/svelte-carousel) project made due to it's lack of maintainment.
|
||||
This is a fork of [svelte-carousel](https://github.com/vadimkorr/svelte-carousel) project originally made bt [vadimkorr](https://github.com/vadimkorr) made due to lack of maintainment of the original package
|
||||
|
||||
This package is not published to any registries and is installed only through git due to being intended to be used exclusively in Resultium projects, however you are free to fork or use this codebase as per Apache-2.0 license
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
yarn add -D @xxfogs/svelte-carousel
|
||||
yarn add -D git+https://git.resultium.net/public/svelte-carousel.git
|
||||
```
|
||||
|
||||
```bash
|
||||
pnpm i -D @xxfogs/svelte-carousel
|
||||
pnpm i -D git+https://git.resultium.net/public/svelte-carousel.git
|
||||
```
|
||||
|
||||
```bash
|
||||
npm i -D @xxfogs/svelte-carousel
|
||||
npm i -D git+https://git.resultium.net/public/svelte-carousel.git
|
||||
```
|
||||
|
||||
## Usage
|
||||
@@ -23,7 +25,7 @@ npm i -D @xxfogs/svelte-carousel
|
||||
|
||||
```svelte
|
||||
<script>
|
||||
import Carousel from '@xxfogs/svelte-carousel';
|
||||
import Carousel from '@resultium/svelte-carousel';
|
||||
import { browser } from '$app/environment';
|
||||
|
||||
let carousel; // for calling methods of the carousel instance
|
||||
|
||||
Reference in New Issue
Block a user