wooningeire / colorspaces

Website that lets users experiment with color management and color science
https://wooningeire.github.io/colorspaces/
GNU General Public License v3.0
3 stars 0 forks source link
color color-science color-spaces

Color space pipeline explorer

A node-based color management explorer.

Building

This app builds to a static web page. It uses Vite for bundling and uses pnpm's lockfile.

Initial setup: pnpm install --frozen-lockfile

To build with absolute paths: pnpm run build

To build with relative paths: pnpm run build.public

To start a development server: pnpm run dev