Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hsluv/hsluv

Human-friendly HSL, website and math
https://github.com/hsluv/hsluv

color-palettes colors haxe hpluv hsluv website

Last synced: 16 days ago
JSON representation

Human-friendly HSL, website and math

Awesome Lists containing this project

README

        

[![CI](https://github.com/hsluv/hsluv/actions/workflows/ci.yml/badge.svg)](https://github.com/hsluv/hsluv/actions/workflows/ci.yml)

# HSLuv - Human-friendly HSL

This website is hosted on [https://www.hsluv.org](https://www.hsluv.org)

The reference implementation is [written in Haxe](https://github.com/hsluv/hsluv-haxe).

To build website:

```
npm run build
```

To start localhost server:

```
npm run serve
```