From d48f1125ff10dab7cc58c0da04675418a57d291c Mon Sep 17 00:00:00 2001 From: Richard Herman Date: Thu, 26 Sep 2024 14:06:20 +0100 Subject: [PATCH] chore: update cdn references and copyright labels --- README.md | 9 ++++----- example/manifest.json | 6 +++--- example/pi/index.html | 2 +- scripts/install-example.js | 18 +++++++++--------- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 884bb80..c94e1f0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ [![build-shield]](https://github.com/GeekyEggo/sdpi-components/actions?query=workflow%3Abuild) [![coverage-shield]](https://github.com/GeekyEggo/sdpi-components/actions?query=workflow%3Abuild) [![docs-shield]](https://sdpi-components.dev) - -[![twitter-shield]](https://twitter.com/geekyeggo) +[![x-shield]](https://x.com/elgato) Designed to complement Stream Deck plugins; sdpi-components provides a collection of web components that focuses on the plugin's property inspector, and makes persisting settings consistent, user-friendly, and hassle-free. @@ -20,7 +19,7 @@ Designed to complement Stream Deck plugins; sdpi-components provides a collectio Getting started is easy; simply reference the following JavaScript file in your property inspector, and you're ready to start adding [components](https://sdpi-components.dev/docs/components). ```html - + ``` ## 📦 Example @@ -33,7 +32,7 @@ The example below highlights some of the components available; alternatively you - + @@ -74,4 +73,4 @@ To discover all of the components available, check out the [documentation](https [build-shield]: https://img.shields.io/github/actions/workflow/status/geekyeggo/sdpi-components/build.yml?branch=main&label=Build&logo=GitHub [coverage-shield]: assets/coverage.svg [docs-shield]: https://img.shields.io/static/v1?style=flat&message=Documentation&label=&color=orange&logoColor=white&labelColor=grey&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjAiIHdpZHRoPSIyMCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTguOTM4IDguODc1SDE0LjE4OFY3LjYyNUg4LjkzOFpNOC45MzggMTEuODMzSDExLjk3OVYxMC41ODNIOC45MzhaTTguOTM4IDUuOTE3SDE0LjE4OFY0LjY2N0g4LjkzOFpNNy4yMDggMTQuNjI1UTYuMzc1IDE0LjYyNSA1LjgwMiAxNC4wNTJRNS4yMjkgMTMuNDc5IDUuMjI5IDEyLjY0NlYzLjg1NFE1LjIyOSAzLjAyMSA1LjgwMiAyLjQ0OFE2LjM3NSAxLjg3NSA3LjIwOCAxLjg3NUgxNlExNi44MzMgMS44NzUgMTcuNDA2IDIuNDQ4UTE3Ljk3OSAzLjAyMSAxNy45NzkgMy44NTRWMTIuNjQ2UTE3Ljk3OSAxMy40NzkgMTcuNDA2IDE0LjA1MlExNi44MzMgMTQuNjI1IDE2IDE0LjYyNVpNNCAxNy44MzNRMy4xNjcgMTcuODMzIDIuNTk0IDE3LjI2UTIuMDIxIDE2LjY4OCAyLjAyMSAxNS44NTRWNS42MDRIMy40NzlWMTUuODU0UTMuNDc5IDE2LjA2MiAzLjYzNSAxNi4yMTlRMy43OTIgMTYuMzc1IDQgMTYuMzc1SDE0LjI1VjE3LjgzM1oiLz48L3N2Zz4= -[twitter-shield]: https://img.shields.io/static/v1?style=flat&message=GeekyEggo&logo=Twitter&label=&color=blue&logoColor=white&labelColor=grey +[x-shield]: https://img.shields.io/static/v1?style=flat&message=Elgato&logo=X&label=&color=blue&logoColor=white&labelColor=grey diff --git a/example/manifest.json b/example/manifest.json index e25ce72..a85668f 100644 --- a/example/manifest.json +++ b/example/manifest.json @@ -1,13 +1,13 @@ { "$schema": "https://schemas.elgato.com/streamdeck/plugins/manifest.json", - "UUID": "com.geekyeggo.sdpi.counter", + "UUID": "com.elgato.sdpi-samples", "Name": "Counter", "Version": "1.0.0.0", - "Author": "Richard Herman", + "Author": "Elgato", "Actions": [ { "Name": "Counter", - "UUID": "com.geekyeggo.sdpi.counter", + "UUID": "com.elgato.sdpi-samples.action", "Icon": "imgs/counter/icon", "Tooltip": "A counter action", "PropertyInspectorPath": "pi/index.html", diff --git a/example/pi/index.html b/example/pi/index.html index 91e367b..4eb6c3d 100644 --- a/example/pi/index.html +++ b/example/pi/index.html @@ -4,7 +4,7 @@