Telazer - Game UI Kit
For more helpers and utilities, check out Telazer NPM Page
A UI Kit for Games
- Customizable
- Flexible
- Responsive
Installation
npm install @telazer/game-ui-kit
Getting Started
Import GameUIKit
into your TS app.
Key Features
- Customization
- Button
- Modal
- NineSlice
Usage
Initialization (If customization needed)
import GameUIKit from "@telazer/game-ui-kit";
GameUIKit.update({
availableColors: {
blue: {
default: "#ff4757",
light: "#ff6b81",
lighter: "#ff8b99",
dark: "#ee3939",
darker: "#cc2929",
},
custom: {
lighter: #ff8a8a,
light: #ffb3b3,
default: #fe6262,
dark: #e05252,
darker: #c14242,
},
},
availableSizes: {
default: "3vmin",
customSmall: "15px",
customLarge: "15vmin",
},
outlineWidth: "0.5vmin",
childOutlineWidth: "0.25vmin",
});
Components
Docs -> https://telazer.itch.io/game-ui-kit-docs
License
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.