Skip to content

Instantly share code, notes, and snippets.

@erhangundogan
Created July 22, 2024 19:30
Show Gist options
  • Select an option

  • Save erhangundogan/97aef2f30c6c4fb8d1b7ada1ebbaa45f to your computer and use it in GitHub Desktop.

Select an option

Save erhangundogan/97aef2f30c6c4fb8d1b7ada1ebbaa45f to your computer and use it in GitHub Desktop.
Color Space
const colorSpace = window.matchMedia('(color-gamut: p3)').matches ? 'display-p3' : 'srgb';
canvas.getContext('2d', { colorSpace });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment