This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5b1c4d
commit 84037a7
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,16 @@ The better made open source version of Sodiums Plugin Injector | |
|
||
## Usage | ||
|
||
> [!IMPORTANT] This is in very early development, please do not make github issues that are not detailed or that arent helpful. | ||
> [!IMPORTANT] | ||
> This is in very early development, please do not make github issues that are not detailed or that arent helpful. | ||
To add to an existing React, Dreamland, Next, etc project you can do it via downloading the npm package and adding it to your site via backend or using something like vite. | ||
|
||
```bash | ||
npm i @z1g-project/injectify | ||
``` | ||
|
||
if your statically hosting this simply build this repository and add it to your site or use `unpkg` to add it. | ||
if your statically hosting this simply build this repository and add it to your site or use [`unpkg`](https://unpkg.com/@z1g-project/[email protected]/dist/bundle.js) to add it. | ||
|
||
### Setting up Plugins | ||
|
||
|
@@ -22,4 +23,4 @@ Plugins should be saved to a localstorage item or you can modify the configurati | |
|
||
- Made with Love by XSTARS | ||
- © Copyright 2024 the z1g Project All Rights Reserved | ||
- Licensed under the MIT License | ||
- Licensed under the MIT License |