Skip to content
View studiotoolkit's full-sized avatar

Block or report studiotoolkit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
studiotoolkit/README.md

Studio Toolkit

Website: https://studiotoolkit.github.io/

A monorepo containing color-related React components and utilities.

Packages

Components

  • @studiotoolkit/color-from-image - Extract colors from images
  • @studiotoolkit/color-palette - Display and manage color palettes
  • @studiotoolkit/color-wheel - Interactive color wheel component

Libraries

  • @studiotoolkit/color-palette-generator - Generate color palettes using various algorithms

Getting Started

Prerequisites

  • Node.js >= 18.0.0
  • pnpm >= 8.0.0

Installation

pnpm install

Build

pnpm build

Development

pnpm dev

Project Structure

studiotoolkit/
├── packages/
│   ├── color-from-image/
│   ├── color-palette/
│   ├── color-wheel/
│   └── color-palette-generator/
├── package.json
├── pnpm-workspace.yaml
└── tsconfig.base.json

License

MIT

Popular repositories Loading

  1. studiotoolkit.github.io studiotoolkit.github.io Public

    HTML

  2. studiotoolkit studiotoolkit Public

    A modern React + TypeScript color toolkit providing reusable UI components and advanced color generation utilities. Includes Color Wheel, Color Palette, Color From Image, and algorithmic palette ge…

    TypeScript