- install
nix. Also take a look at our useful tools setup. - run
nix-shellcommand in root - run
yarn workspace lcms buildinside nix-shell- to create a debug build run
env ASSERTIONS=1 yarn workspace lcms build
- to create a debug build run
- run
yarn build
import { getRenderer } from '@opendesign/image-icc-profile-converter'
const renderer = await getRenderer()
const processed_image = renderer.render(buff, iccProfile)