-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs about how libraries are built
- Loading branch information
Showing
8 changed files
with
68 additions
and
14 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## lib-pixelstreamingfrontend-ui | ||
|
||
A plugin library that add UI support to the `lib-pixelstreamingfrontend` library. | ||
|
||
This UI library depends on a the base library as a peer dependency, so you should include both as dependencies in your application | ||
if you want to use this library. | ||
|
||
### Key features | ||
- Stock Pixel Streaming frontend | ||
- Setting panel | ||
- Info panel | ||
|
||
### Adding it to your project | ||
`npm i @epicgames-ps/lib-pixelstreamingfrontend-ue5.5` | ||
`npm i @epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5` | ||
|
||
### How this library is built | ||
The NPM packages supports: | ||
- ES6 module usage | ||
- CommonJS usage | ||
- Type definitions | ||
- Source maps | ||
|
||
**Note:** The NPM package does not contain a minified/bundled output, this is up to the user to do this in their application. |
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