
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
@telazer/game-ui-kit
Advanced tools
For more helpers and utilities, check out Telazer NPM Page
A UI Kit for Games
npm install @telazer/game-ui-kit
Import GameUIKit
into your TS app.
import GameUIKit from "@telazer/game-ui-kit";
GameUIKit.update({
availableColors: {
// You can modify existing colors in the palette.
blue: {
default: "#ff4757",
light: "#ff6b81",
lighter: "#ff8b99",
dark: "#ee3939",
darker: "#cc2929",
},
// Or you can add new colors
custom: {
lighter: #ff8a8a,
light: #ffb3b3,
default: #fe6262,
dark: #e05252,
darker: #c14242,
},
},
availableSizes: {
// You can modify existing size in the default list.
default: "3vmin",
// Or you can add new size
customSmall: "15px", // it is not recommended to use absolute units.
customLarge: "15vmin",
},
outlineWidth: "0.5vmin",
childOutlineWidth: "0.25vmin",
});
Docs -> https://telazer.itch.io/game-ui-kit-docs
MIT License
Copyright (c) 2025 Telazer LLC.
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 rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, 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 THESOFTWARE.
FAQs
A helper library for Game UI Kit
The npm package @telazer/game-ui-kit receives a total of 13 weekly downloads. As such, @telazer/game-ui-kit popularity was classified as not popular.
We found that @telazer/game-ui-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.