A browser source overlay for winter vibes for your Live Streams or Videos

added a vite config for HMR assets folder and MT License

Changed files
+18 -1
+7
LICENSE
···
+
Copyright 2024 Trey Bastian
+
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+3 -1
README.md
···
# winterVibesJS
No build JS twitch wintery overlay.
-
Run locally and tweak or add the Github page (COMING SOON) as a browser source.
+
Run locally and tweak or add the Github page https://treybastian.github.io/winterVibesJS as a browser source.
## 0 Dependencies required!
This project has no required dependencies.
···
# THIS IS NOT DONE YET AND IS A WIP
+
+
# WARNING The query parameters are versioned, but the version isn't enforced yet bookmarks may be unstable
+8
vite.config.js
···
+
/**
+
* @type {import('vite').UserConfig}
+
*/
+
const config = {
+
publicDir: "assets",
+
};
+
+
export default config;