Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianyu28/multicolor
A color picker and color palette utility
https://github.com/brianyu28/multicolor
Last synced: 1 day ago
JSON representation
A color picker and color palette utility
- Host: GitHub
- URL: https://github.com/brianyu28/multicolor
- Owner: brianyu28
- Created: 2024-04-08T22:45:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-08T22:53:02.000Z (7 months ago)
- Last Synced: 2024-04-08T23:48:10.661Z (7 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multicolor
A color picker and color palette utility
![Screenshot of Multicolor color palette](/assets/screenshot.png)
## Features
- Manage a palette of multiple colors
- Assign names to colors
- Pick colors by RGB values or hex codes## Installation
`npm` and `cargo` are required to run the application.
Run the development server with:
```bash
$ npm install
$ npm run tauri dev
```Build the application with:
```bash
$ npm run tauri build
```## Authors
- [Brian Yu](https://github.com/brianyu28)