@toriistudio/shader-ui
v0.0.5
Published
Shader components
Readme
🎨 Shader UI
Shader components FTW!
🚀 Installation
Install the package and its peer dependencies:
npm install @toriistudio/shader-ui
# or
yarn add @toriistudio/shader-ui📄 License
MIT
🤝 Contributing
We welcome contributions!
If you'd like to improve the playground, add new features, or fix bugs:
- Fork this repository
- Clone your fork:
git clone https://github.com/your-username/shader-ui - Install dependencies:
yarnornpm install - Make your changes in a branch:
git checkout -b my-new-feature - Push your branch and open a pull request
Before submitting a PR:
- Run
yarn buildto ensure everything compiles - Make sure the playground runs without errors (
yalc pushornpm linkfor local testing) - Keep the code style clean and consistent
We’re excited to see what you’ll build 🎨🚀
